paymentGateways
QueryRetrieves a paginated list of payment gateways.
#
Arguments
- String
after Returns the elements in the list that come after the specified cursor.
- String
before Returns the elements in the list that come before the specified cursor.
- ID!Required
cartId The cart id used by this operation.
- Int
first Returns the first n elements from the list.
- Int
last Returns the last n elements from the list.
#
Payload
- [PaymentGatewayEdge!]
edges A list of edges.
- [PaymentGateway!]
nodes A flattened list of the nodes
- PageInfo!
pageInfo Information to aid in pagination.
- Int!
totalCount Identifies the total count of items in the connection.