Skip to content

asyncBulkCreateOrganizationMembershipsInput

Autogenerated input type of asyncBulkCreateOrganizationMemberships

Fields

deprecated DO NOT USE
org_role · String · Options are ["Standard", "Support"]
permission_template_id · ID · Selected permission template
organization_id · ID! · required · The ID of the organization
user_ids · [ID]! · required · The ID of the users to add to the organization

Used By

Definition

"""
Autogenerated input type of asyncBulkCreateOrganizationMemberships
"""
input asyncBulkCreateOrganizationMembershipsInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Options are ["Standard", "Support"]
"""
org_role: String
"""
Selected permission template
"""
permission_template_id: ID
"""
The ID of the organization
"""
organization_id: ID!
"""
The ID of the users to add to the organization
"""
user_ids: [ID]!
}