Skip to main content

UpdateOrganizationGroupInput

An input type used when updating an Organization Group

input UpdateOrganizationGroupInput {
id: ID!
name: String
ein: String
address: PhysicalAddressInput
}

Fields

UpdateOrganizationGroupInput.id ● ID! non-null scalar

The ID of the Organization Group to update

UpdateOrganizationGroupInput.name ● String scalar

The user-displayable name of the Organization Group

UpdateOrganizationGroupInput.ein ● String scalar

The Employer Identification Number (EIN) of the Organization Group

UpdateOrganizationGroupInput.address ● PhysicalAddressInput input

The physical address of the Organization Group

Member Of

updateOrganizationGroup mutation