SpecificationRelatedMemberInput
Provide the capabilities for dealing with a relationship between a specification and a member.
input SpecificationRelatedMemberInput {
id: ID!
isResponsible: Boolean
responsible: Boolean
}
Fields
SpecificationRelatedMemberInput.id ● ID! non-null scalar
The user's unique identifier.
SpecificationRelatedMemberInput.isResponsible ● Boolean scalar
Whether the user should be marked as responsible.
SpecificationRelatedMemberInput.responsible ● Boolean scalar
Whether the user should be marked as responsible.