Files
Stripe/graphql/fragments/PaymentGatewayInitializeSessionAddress.graphql
jackbeeby dc5eea1ad0 wdc
2024-12-05 18:20:27 +11:00

6 lines
88 B
GraphQL

fragment PaymentGatewayInitializeSessionAddress on Address {
country {
code
}
}