Customer
Represents a customer in the system.
type Customer {
accountId: Int!
createdAt: ISO8601DateTime!
createdById: Int
customerGroup: CustomerGroup
customerGroupId: Int
deletedAt: ISO8601DateTime
description: String
id: Int!
image: String @deprecated
imageUrl: String
name: String!
order: Int
shortDescription: String
thumbnailUrl: String
updatedAt: ISO8601DateTime!
}
Fields
Customer.accountId ● Int! non-null scalar
Account ID to which the customer belongs
Customer.createdAt ● ISO8601DateTime! non-null scalar
Created at
Customer.createdById ● Int scalar
User ID who created the customer
Customer.customerGroup ● CustomerGroup object
Customer group
Customer.customerGroupId ● Int scalar
Customer group ID
Customer.deletedAt ● ISO8601DateTime scalar
Deletion timestamp
Customer.description ● String scalar
Customer description
Customer.id ● Int! non-null scalar
Customer ID
Customer.imageUrl ● String scalar
Customer image URL
Customer.name ● String! non-null scalar
Customer name
Customer.order ● Int scalar
Customer order
Customer.shortDescription ● String scalar
Customer short description
Customer.thumbnailUrl ● String scalar
Customer thumbnail URL
Customer.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Show deprecated
Returned By
customer query
Member Of
CreateCustomerPayload object ● CustomerConnection object ● CustomerEdge object ● DeleteCustomerPayload object ● UpdateCustomerPayload object