# CustomerAccountNativePage - admin-graphql - OBJECT Version: 2024-10 ## Description A native page for the customer account navigation menu. ### Access Scopes `read_content` access scope or `read_online_store_pages` access scope. ## Fields * [defaultCursor](/docs/api/admin-graphql/2024-10/scalars/String): String! - A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID. * [handle](/docs/api/admin-graphql/2024-10/scalars/String): String! - A unique, human-friendly string for the customer account page. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID for the customer account page. * [pageType](/docs/api/admin-graphql/2024-10/enums/CustomerAccountNativePagePageType): CustomerAccountNativePagePageType! - The type of customer account native page. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the customer account page. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples