Skip to content

bulkCreateOrganizationMembershipsPayload

Autogenerated return type of bulkCreateOrganizationMemberships.

Fields

deprecated DO NOT USE
currentUser · User · The current authenticated user (for client state management)
messages · [FieldError] · The list of errors occurred during the mutation
other_organization_memberships_count · Int · The organization memberships enqueued to be created

Used By

Definition

"""
Autogenerated return type of bulkCreateOrganizationMemberships.
"""
type bulkCreateOrganizationMembershipsPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The current authenticated user (for client state management)
"""
currentUser: User
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
organizationMembership: OrganizationMembership
"""
The organization memberships enqueued to be created
"""
other_organization_memberships_count: Int
}