PartyType
No description
type PartyType {
createdAt: ISO8601DateTime!
description: String
id: ID!
name: PartyTypeEnum!
prettyName: String
updatedAt: ISO8601DateTime!
}
Fields
PartyType.createdAt ● ISO8601DateTime! non-null scalar common
PartyType.description ● String scalar common
PartyType.id ● ID! non-null scalar common
PartyType.name ● PartyTypeEnum! non-null enum common
PartyType.prettyName ● String scalar common
PartyType.updatedAt ● ISO8601DateTime! non-null scalar common
Member Of
RoleType object