Skip to main content

AllowedRole

No description

type AllowedRole {
createdAt: ISO8601DateTime!
id: ID!
partyType: Party!
partyTypeName: String!
roleName: String!
roleType: RoleType!
updatedAt: ISO8601DateTime!
}

Fields

AllowedRole.createdAt ● ISO8601DateTime! non-null scalar common

AllowedRole.id ● ID! non-null scalar common

AllowedRole.partyType ● Party! non-null object common

AllowedRole.partyTypeName ● String! non-null scalar common

AllowedRole.roleName ● String! non-null scalar common

AllowedRole.roleType ● RoleType! non-null object roles-permissions

AllowedRole.updatedAt ● ISO8601DateTime! non-null scalar common

Returned By

allowedRoles query