OBJECT
A CustomerAccessToken represents the unique token required to make modifications to the customer object.
type CustomerAccessToken {# The customer’s access token.accessToken: String! # The date and time when the customer access token expires.expiresAt: DateTime! }