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! |
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! |