CreateOrganizationInput
An input type used when creating an Organization
input CreateOrganizationInput {
name: String!
}
Fields
CreateOrganizationInput.name ● String! non-null scalar
The user-displayable name of the Organization
Member Of
createOrganization mutation