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