Skip to main content

OrganizationMembership

No description

type OrganizationMembership {
id: ID!
deletedAt: DateTime
organizationId: ID!
userId: ID!
role: OrganizationRole!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

OrganizationMembership.id ● ID! non-null scalar

The ID of the organization membership

OrganizationMembership.deletedAt ● DateTime scalar

The date and time the organization membership was deleted

OrganizationMembership.organizationId ● ID! non-null scalar

The ID of the organization

OrganizationMembership.userId ● ID! non-null scalar

The ID of the user

OrganizationMembership.role ● OrganizationRole! non-null enum

OrganizationMembership.createdAt ● DateTime! non-null scalar

The date and time the organization membership was created

OrganizationMembership.updatedAt ● DateTime! non-null scalar

The date and time the organization membership was updated

Returned By

organizationMembership query ● organizationMembershipDelete mutation ● organizationMembershipInviteUser mutation ● organizationMembershipUpdate mutation

Member Of

OrganizationMembershipEdge object ● OrganizationMemberships object