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. |
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!
|
paymentPointer
Type: PaymentPointer
Fetch a payment pointer
Arguments
Name | Description |
---|---|
idString!
|
paymentPointers
Type: PaymentPointersConnection!
Fetch a page of payment pointers.
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. |
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. |
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. |
quote
Type: Quote
Fetch an Open Payments quote
Arguments
Name | Description |
---|---|
idString!
|
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. |
filterWebhookEventFilter
|
Filter webhook events based on specific criteria. |