Anchor to CustomerAccountPageCustomer
CustomerAccountPage
interface
Requires access scope or
access scope.
A customer account page.
Anchor to FieldsFields
- Anchor to defaultCursordefault•
Cursor String!non-null A default cursor that returns the single next record, sorted ascending by ID.
- Anchor to handlehandle•String!non-null
A unique, human-friendly string for the customer account page.
- •ID!non-null
The unique ID for the customer account page.
- Anchor to titletitle•String!non-null
The title of the customer account page.
Was this section helpful?
{
"defaultCursor": "",
"handle": "",
"id": "",
"title": ""
}
{
"defaultCursor": "",
"handle": "",
"id": "",
"title": ""
}
interface CustomerAccountPage {
defaultCursor: String!
handle: String!
id: ID!
title: String!
}