Skip to main content

ContractRelatedMemberInput

Provide the capabilities for dealing with a relationship between a contract and a member.

input ContractRelatedMemberInput {
id: ID!
isResponsible: Boolean
responsible: Boolean
}

Fields

ContractRelatedMemberInput.id ● ID! non-null scalar

The user's unique identifier.

ContractRelatedMemberInput.isResponsible ● Boolean scalar

Whether the user should be marked as responsible.

ContractRelatedMemberInput.responsible ● Boolean scalar

Whether the user should be marked as responsible.

Member Of

ContractRelatedMembersInput input