asyncBulkCreateOrganizationMembershipsPayload
Autogenerated return type of asyncBulkCreateOrganizationMemberships.
Fields
currentUser
· User · The current authenticated user (for client state management) messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of asyncBulkCreateOrganizationMemberships."""type asyncBulkCreateOrganizationMembershipsPayload { """ The current authenticated user (for client state management) """ currentUser: User
""" The list of errors occurred during the mutation """ messages: [FieldError]}