CustomerGroup
No description
type CustomerGroup {
accountId: Int!
active: Boolean!
createdAt: ISO8601DateTime!
id: Int!
name: String!
order: Int
updatedAt: ISO8601DateTime!
}
Fields
CustomerGroup.accountId ● Int! non-null scalar
CustomerGroup.active ● Boolean! non-null scalar
CustomerGroup.createdAt ● ISO8601DateTime! non-null scalar
Created at
CustomerGroup.id ● Int! non-null scalar
CustomerGroup.name ● String! non-null scalar
CustomerGroup.order ● Int scalar
CustomerGroup.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Member Of
CreateCustomerGroupPayload object ● Customer object ● CustomerGroupConnection object ● CustomerGroupEdge object ● DeleteCustomerGroupPayload object ● UpdateCustomerGroupPayload object