OrganizationClaimInput
Attributes for claiming an organization
input OrganizationClaimInput {
id: ID!
role: OrganizationRole!
}
Fields
OrganizationClaimInput.id ● ID! non-null scalar
ID of the organization.
OrganizationClaimInput.role ● OrganizationRole! non-null enum
The role of the person claiming the organization
Member of
OrganizationClaim mutation