MutationUpdateOrganizationInput
input MutationUpdateOrganizationInput {
addressLine1: String
addressLine2: String
avatar: Upload
city: String
countryCode: Iso3166Alpha2CountryCode
description: String
id: ID!
isUserRegistrationRequired: Boolean
name: String
postalCode: String
state: String
}
Fields
MutationUpdateOrganizationInput.addressLine1 ● String scalar
Address line 1 of the organization's address.
MutationUpdateOrganizationInput.addressLine2 ● String scalar
Address line 2 of the organization's address.
MutationUpdateOrganizationInput.avatar ● Upload scalar
Avatar of the organization.
MutationUpdateOrganizationInput.city ● String scalar
Name of the city where the organization resides in.
MutationUpdateOrganizationInput.countryCode ● Iso3166Alpha2CountryCode enum
Country code of the country the organization is a citizen of.
MutationUpdateOrganizationInput.description ● String scalar
Custom information about the organization.
MutationUpdateOrganizationInput.id ● ID! non-null scalar
Global identifier of the organization.
MutationUpdateOrganizationInput.isUserRegistrationRequired ● Boolean scalar
Is user registration required for this organization?
MutationUpdateOrganizationInput.name ● String scalar
Name of the organization.
MutationUpdateOrganizationInput.postalCode ● String scalar
Postal code of the organization.
MutationUpdateOrganizationInput.state ● String scalar
Name of the state the organization resides in.
Member Of
updateOrganization mutation