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
AllowedRole.id
● ID!
non-null scalar
AllowedRole.partyType
● Party!
non-null object
AllowedRole.partyTypeName
● String!
non-null scalar
AllowedRole.roleName
● String!
non-null scalar
AllowedRole.roleType
● RoleType!
non-null object
AllowedRole.updatedAt
● ISO8601DateTime!
non-null scalar
Returned By
allowedRoles
query