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