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