Objects
Access
Implements
Fields
Name | Description |
---|---|
idID!
|
Access id |
identifierString
|
Wallet address of a sub-resource (incoming payment, outgoing payment, or quote) |
typeString!
|
Access type (incoming payment, outgoing payment, or quote) |
actions[String]!
|
Access action (create, read, list or complete) |
limitsLimitData
|
Payment limits |
createdAtString!
|
Date-time of creation |
Grant
Implements
Fields
Name | Description |
---|---|
idID!
|
Grant id |
clientString!
|
Wallet address of the grantee's account |
access[Access!]!
|
Access details |
stateGrantState!
|
State of the grant |
finalizationReasonGrantFinalization
|
Reason a grant was finalized |
createdAtString!
|
Date-time of creation |
GrantEdge
Fields
Name | Description |
---|---|
nodeGrant!
|
|
cursorString!
|
GrantsConnection
Fields
Name | Description |
---|---|
pageInfoPageInfo!
|
|
edges[GrantEdge!]!
|
LimitData
Fields
Name | Description |
---|---|
receiverString
|
Wallet address URL of the receiver |
debitAmountPaymentAmount
|
Amount to debit |
receiveAmountPaymentAmount
|
Amount to receive |
intervalString
|
Interval between payments |
PageInfo
Fields
Name | Description |
---|---|
endCursorString
|
Paginating forwards: the cursor to continue. |
hasNextPageBoolean!
|
Paginating forwards: Are there more pages? |
hasPreviousPageBoolean!
|
Paginating backwards: Are there more pages? |
startCursorString
|
Paginating backwards: the cursor to continue. |
PaymentAmount
Fields
Name | Description |
---|---|
valueUInt64!
|
|
assetCodeString!
|
ISO 4217 currency code, e.g. |
assetScaleUInt8!
|
Difference in orders of magnitude between the standard unit of an asset and a corresponding fractional unit |
RevokeGrantMutationResponse
Implements
Fields
Name | Description |
---|---|
codeString!
|
|
successBoolean!
|
|
messageString!
|