Skip to content
GitHub

Objects

Access

Implements

Fields

NameDescription
id
ID!

Access id

identifier
String

Wallet address of a sub-resource (incoming payment, outgoing payment, or quote)

type
String!

Access type (incoming payment, outgoing payment, or quote)

actions
[String]!

Access action (create, read, list or complete)

limits
LimitData

Payment limits

createdAt
String!

Date-time of creation

Grant

Implements

Fields

NameDescription
id
ID!

Grant id

client
String!

Wallet address of the grantee's account

access
[Access!]!

Access details

state
GrantState!

State of the grant

finalizationReason
GrantFinalization

Reason a grant was finalized

createdAt
String!

Date-time of creation

GrantEdge

Fields

NameDescription
node
Grant!
cursor
String!

GrantsConnection

Fields

NameDescription
pageInfo
PageInfo!
edges
[GrantEdge!]!

LimitData

Fields

NameDescription
receiver
String

Wallet address URL of the receiver

debitAmount
PaymentAmount

Amount to debit

receiveAmount
PaymentAmount

Amount to receive

interval
String

Interval between payments

PageInfo

Fields

NameDescription
endCursor
String

Paginating forwards: the cursor to continue.

hasNextPage
Boolean!

Paginating forwards: Are there more pages?

hasPreviousPage
Boolean!

Paginating backwards: Are there more pages?

startCursor
String

Paginating backwards: the cursor to continue.

PaymentAmount

Fields

NameDescription
value
UInt64!
assetCode
String!

ISO 4217 currency code, e.g. USD

assetScale
UInt8!

Difference in orders of magnitude between the standard unit of an asset and a corresponding fractional unit

RevokeGrantMutationResponse

Fields

NameDescription
id
ID!