OrganizationMembershipResultNode
An OrganizationMembershipResultNode describes the relationship between the current user and a single organization.
type OrganizationMembershipResultNode {
organizationCode: String!
organizationName: String!
roles: [OrganizationRole!]!
}
Fields
OrganizationMembershipResultNode.organizationCode
● String!
non-null scalar
The code for the organization.
OrganizationMembershipResultNode.organizationName
● String!
non-null scalar
The name of the organization.
OrganizationMembershipResultNode.roles
● [OrganizationRole!]!
non-null enum
The roles the user has for this organization.
Member of
OrganizationMembershipResult
object