Objects
Access
Implements
Fields
| Name | Description | 
|---|---|
idID!
 | 
 Unique identifier of the access object.  | 
identifierString
 | 
 Wallet address of the sub-resource (incoming payment, outgoing payment, or quote).  | 
typeString!
 | 
 Type of access (incoming payment, outgoing payment, or quote).  | 
actions[String]!
 | 
 Actions allowed with this access.  | 
limitsLimitData
 | 
 Limits for an outgoing payment associated with this access.  | 
createdAtString!
 | 
 The date and time when the access was created.  | 
Grant
Implements
Fields
| Name | Description | 
|---|---|
idID!
 | 
 Unique identifier of the grant.  | 
clientString!
 | 
 Wallet address of the grantee's account.  | 
access[Access!]!
 | 
 Details of the access provided by the grant.  | 
stateGrantState!
 | 
 Current state of the grant.  | 
finalizationReasonGrantFinalization
 | 
 Specific outcome of a finalized grant, indicating whether the grant was issued, revoked, or rejected.  | 
createdAtString!
 | 
 The date and time when the grant was created.  | 
GrantEdge
Fields
| Name | Description | 
|---|---|
nodeGrant!
 | 
 A grant node in the list.  | 
cursorString!
 | 
 A cursor for paginating through the grants.  | 
GrantsConnection
Fields
| Name | Description | 
|---|---|
pageInfoPageInfo!
 | 
 Information to aid in pagination.  | 
edges[GrantEdge!]!
 | 
 A list of edges representing grants and cursors for pagination.  | 
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
 | 
 The cursor used to fetch the next page when paginating forward.  | 
hasNextPageBoolean!
 | 
 Indicates if there are more pages when paginating forward.  | 
hasPreviousPageBoolean!
 | 
 Indicates if there are more pages when paginating backward.  | 
startCursorString
 | 
 The cursor used to fetch the next page when paginating backward.  | 
PaymentAmount
Fields
| Name | Description | 
|---|---|
valueUInt64!
 | 
 The value of the payment amount.  | 
assetCodeString!
 | 
 Should be an ISO 4217 currency code whenever possible, e.g.   | 
assetScaleUInt8!
 | 
 Difference in orders of magnitude between the standard unit of an asset and a corresponding fractional unit.  | 
RevokeGrantMutationResponse
Fields
| Name | Description | 
|---|---|
idID!
 | 
 Unique identifier of the revoked grant.  |