Skip to main content

CustomerGroup

No description

type CustomerGroup {
id: ID!
name: String!
key: String!
color: String!
createdAt: DateTime!
createdBy: InternalActor!
updatedAt: DateTime!
updatedBy: InternalActor!
}

Fields

CustomerGroup.id ● ID! non-null scalar

CustomerGroup.name ● String! non-null scalar

CustomerGroup.key ● String! non-null scalar

CustomerGroup.color ● String! non-null scalar

CustomerGroup.createdAt ● DateTime! non-null object

CustomerGroup.createdBy ● InternalActor! non-null union

CustomerGroup.updatedAt ● DateTime! non-null object

CustomerGroup.updatedBy ● InternalActor! non-null union

Returned by

customerGroup query

Member of

CreateCustomerGroupOutput object ● CustomerGroupEdge object ● CustomerGroupMembership object ● UpdateCustomerGroupOutput object