OBJECT
PrivateCustomer
link GraphQL Schema definition
- type PrivateCustomer implements Customer {
- : CustomerAddress
- : CustomerCommunication
- : [CustomerAddress]
- : String
- : ID!
- : Language
- : String
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- #
- # Arguments
- # first: Will fetch all if this is set to 0
- # offset: [Not documented]
- (: Int, : Int): OrderHeaderResult
- : String
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- : Store
- : Boolean @deprecated( reason: "Use communication.acceptsEmail" )
- }
link Require by
This element is not required by anyone