OBJECT

ExternalChargeModelSelfEdge

The authenticated user's relationship with the internal charge model.

link GraphQL Schema definition

1type ExternalChargeModelSelfEdge {
2
3# The final checkout SKU of this offer available for the authenticated user.
4checkoutSKU: String!
5
6}