Skip to main content

Objects

AddKeyToClientMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
client
Client

Amount

Fields

NameDescription
value
UInt64!
assetCode
String!
assetScale
Int!

ApiKey

Implements

Fields

NameDescription
id
ID!
paymentPointerId
String!
key
String!
createdAt
String!
updatedAt
String!

Asset

Implements

Fields

NameDescription
id
ID!
code
String!
scale
Int!
withdrawalThreshold
UInt64
createdAt
String!

AssetEdge

Fields

NameDescription
node
Asset!
cursor
String!

AssetMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
asset
Asset

AssetsConnection

Fields

NameDescription
pageInfo
PageInfo!
edges
[AssetEdge!]!

Client

Implements

Fields

NameDescription
id
ID!
name
String!
uri
String!
image
String!
email
String!
keys
[ClientKeys!]!
createdAt
String!

ClientKeys

Implements

Fields

NameDescription
id
ID!
clientId
String!
jwk
String!
createdAt
String!

CreateApiKeyMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
apiKey
ApiKey

CreateClientMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
client
Client

CreatePaymentPointerMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
paymentPointer
PaymentPointer

CreatePeerMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
peer
Peer

DeleteAllApiKeysMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!

DeletePeerMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!

Http

Fields

NameDescription
outgoing
HttpOutgoing!

HttpOutgoing

Fields

NameDescription
authToken
String!
endpoint
String!

IncomingPayment

Implements

Fields

NameDescription
id
ID!
paymentPointerId
ID!
state
IncomingPaymentState!
expiresAt
String!
incomingAmount
Amount
receivedAmount
Amount!
description
String
externalRef
String
createdAt
String!

IncomingPaymentConnection

Fields

NameDescription
pageInfo
PageInfo!
edges
[IncomingPaymentEdge!]!

IncomingPaymentEdge

Fields

NameDescription
node
IncomingPayment!
cursor
String!

IncomingPaymentResponse

Fields

NameDescription
code
String!
success
Boolean!
message
String
payment
IncomingPayment

LiquidityMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
error
LiquidityError

OutgoingPayment

Implements

Fields

NameDescription
id
ID!
paymentPointerId
ID!
state
OutgoingPaymentState!
error
String
stateAttempts
Int!
sendAmount
Amount!
receiveAmount
Amount!
receiver
String!
description
String
externalRef
String
quote
Quote
sentAmount
Amount!
createdAt
String!

OutgoingPaymentConnection

Fields

NameDescription
pageInfo
PageInfo!
edges
[OutgoingPaymentEdge!]!

OutgoingPaymentEdge

Fields

NameDescription
node
OutgoingPayment!
cursor
String!

OutgoingPaymentResponse

Fields

NameDescription
code
String!
success
Boolean!
message
String
payment
OutgoingPayment

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.

PaymentPointer

Implements

Fields

NameDescription
id
ID!
asset
Asset!
url
String!
publicName
String
incomingPayments
IncomingPaymentConnection

Arguments

NameDescription
after
String

Paginating forwards: the cursor before the the requested page.

before
String

Paginating backwards: the cursor after the the requested page.

first
Int

Paginating forwards: The first n elements from the page.

last
Int

Paginating backwards: The last n elements from the page.

quotes
QuoteConnection

Arguments

NameDescription
after
String

Paginating forwards: the cursor before the the requested page.

before
String

Paginating backwards: the cursor after the the requested page.

first
Int

Paginating forwards: The first n elements from the page.

last
Int

Paginating backwards: The last n elements from the page.

outgoingPayments
OutgoingPaymentConnection

Arguments

NameDescription
after
String

Paginating forwards: the cursor before the the requested page.

before
String

Paginating backwards: the cursor after the the requested page.

first
Int

Paginating forwards: The first n elements from the page.

last
Int

Paginating backwards: The last n elements from the page.

createdAt
String!

PaymentPointerWithdrawal

Fields

NameDescription
id
ID!
amount
UInt64!
paymentPointer
PaymentPointer!

PaymentPointerWithdrawalMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
error
LiquidityError
withdrawal
PaymentPointerWithdrawal

Peer

Implements

Fields

NameDescription
id
ID!
maxPacketAmount
UInt64
http
Http!
asset
Asset!
staticIlpAddress
String!
createdAt
String!

PeerEdge

Fields

NameDescription
node
Peer!
cursor
String!

PeersConnection

Fields

NameDescription
pageInfo
PageInfo!
edges
[PeerEdge!]!

Quote

Fields

NameDescription
id
ID!
paymentPointerId
ID!
receiver
String!
sendAmount
Amount!
receiveAmount
Amount!
maxPacketAmount
UInt64!
minExchangeRate
Float!
lowEstimatedExchangeRate
Float!
highEstimatedExchangeRate
Float!
createdAt
String!
expiresAt
String!

QuoteConnection

Fields

NameDescription
pageInfo
PageInfo!
edges
[QuoteEdge!]!

QuoteEdge

Fields

NameDescription
node
Quote!
cursor
String!

QuoteResponse

Fields

NameDescription
code
String!
success
Boolean!
message
String
quote
Quote

RedeemApiKeyMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
session
Session

RefreshSessionMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
session
Session

RevokeClientKeyMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
keyId
String!

RevokeSessionMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!

Session

Fields

NameDescription
key
String!
expiresAt
String!

TransferMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!

TriggerPaymentPointerEventsMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
count
Int

UpdatePeerMutationResponse

Implements

Fields

NameDescription
code
String!
success
Boolean!
message
String!
peer
Peer