createOrganizationMembershipPayload
Autogenerated return type of createOrganizationMembership.
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcurrentUser
· 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 createOrganizationMembership."""type createOrganizationMembershipPayload { """ 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}