Queries
asset
Type: Asset
Fetch an asset
Arguments
Name | Description |
---|---|
idString!
|
assets
Type: AssetsConnection!
Fetch a page of assets.
Arguments
Name | Description |
---|---|
afterString
|
Paginating forwards: the cursor before the the requested page. |
beforeString
|
Paginating backwards: the cursor after the the requested page. |
firstInt
|
Paginating forwards: The first n elements from the page. |
lastInt
|
Paginating backwards: The last n elements from the page. |
sortOrderSortOrder
|
Ascending or descending order of creation. |
incomingPayment
Type: IncomingPayment
Fetch an Open Payments incoming payment
Arguments
Name | Description |
---|---|
idString!
|
outgoingPayment
Type: OutgoingPayment
Fetch an Open Payments outgoing payment
Arguments
Name | Description |
---|---|
idString!
|
payments
Type: PaymentConnection!
Fetch a page of combined payments
Arguments
Name | Description |
---|---|
afterString
|
Paginating forwards: the cursor before the the requested page. |
beforeString
|
Paginating backwards: the cursor after the the requested page. |
firstInt
|
Paginating forwards: The first n elements from the page. |
lastInt
|
Paginating backwards: The last n elements from the page. |
sortOrderSortOrder
|
Ascending or descending order of creation. |
filterPaymentFilter
|
Filter payment events based on specific criteria. |
peer
Type: Peer
Fetch a peer
Arguments
Name | Description |
---|---|
idString!
|
peers
Type: PeersConnection!
Fetch a page of peers.
Arguments
Name | Description |
---|---|
afterString
|
Paginating forwards: the cursor before the the requested page. |
beforeString
|
Paginating backwards: the cursor after the the requested page. |
firstInt
|
Paginating forwards: The first n elements from the page. |
lastInt
|
Paginating backwards: The last n elements from the page. |
sortOrderSortOrder
|
Ascending or descending order of creation. |
quote
Type: Quote
Fetch an Open Payments quote
Arguments
Name | Description |
---|---|
idString!
|
receiver
Type: Receiver
Get an local or remote Open Payments Incoming Payment. The receiver has a wallet address on either this or another Open Payments resource server.
Arguments
Name | Description |
---|---|
idString!
|
walletAddress
Type: WalletAddress
Fetch a wallet address
Arguments
Name | Description |
---|---|
idString!
|
walletAddresses
Type: WalletAddressesConnection!
Fetch a page of wallet addresses.
Arguments
Name | Description |
---|---|
afterString
|
Paginating forwards: the cursor before the the requested page. |
beforeString
|
Paginating backwards: the cursor after the the requested page. |
firstInt
|
Paginating forwards: The first n elements from the page. |
lastInt
|
Paginating backwards: The last n elements from the page. |
sortOrderSortOrder
|
Ascending or descending order of creation. |
webhookEvents
Type: WebhookEventsConnection!
Fetch a page of webhook events
Arguments
Name | Description |
---|---|
afterString
|
Paginating forwards: the cursor before the the requested page. |
beforeString
|
Paginating backwards: the cursor after the the requested page. |
firstInt
|
Paginating forwards: The first n elements from the page. |
lastInt
|
Paginating backwards: The last n elements from the page. |
sortOrderSortOrder
|
Ascending or descending order of creation. |
filterWebhookEventFilter
|
Filter webhook events based on specific criteria. |