Skip to main content

CreateOrganizationGroupInput

An input type used when creating an Organization Group

input CreateOrganizationGroupInput {
name: String!
ein: String
address: PhysicalAddressInput
}

Fields

CreateOrganizationGroupInput.name ● String! non-null scalar

The user-displayable name of the Organization Group

CreateOrganizationGroupInput.ein ● String scalar

The Employer Identification Number (EIN) of the Organization Group

CreateOrganizationGroupInput.address ● PhysicalAddressInput input

The physical address of the Organization Group

Member Of

createOrganizationGroup mutation