UpdateOrganizationInput
An input type used when updating an Organization
input UpdateOrganizationInput {
id: ID!
name: String!
}
Fields
UpdateOrganizationInput.id
● ID!
non-null scalar
The ID of the Organization to update
UpdateOrganizationInput.name
● String!
non-null scalar
The user-displayable name of the Organization to update
Member Of
updateOrganization
mutation