asyncBulkCreateOrganizationMembershipsInput
Autogenerated input type of asyncBulkCreateOrganizationMemberships
Fields
permission_template_id
· ID · Selected permission template Used By
Definition
"""Autogenerated input type of asyncBulkCreateOrganizationMemberships"""input asyncBulkCreateOrganizationMembershipsInput { """ 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]!}