OBJECT
Subscription
link GraphQL Schema definition
- type Subscription {
- # Subscribe on
- # [trustlines](https://www.stellar.org/developers/guides/concepts/assets.html#trustlines)
- # updates
- #
- # Arguments
- # args: [Not documented]
- (: EventInput): BalanceSubscriptionPayload
- # Subscribe on [data
- # entries](https://www.stellar.org/developers/guides/concepts/list-of-operations.html#manage-data)
- # updates
- #
- # Arguments
- # args: [Not documented]
- (: EventInput): DataEntrySubscriptionPayload
- # Subscribe on account updates
- #
- # Arguments
- # args: [Not documented]
- (: EventInput): AccountSubscriptionPayload
- # Subscribe to the new ledger creation event
- : Ledger
- # Subscribe on offers updates
- #
- # Arguments
- # args: [Not documented]
- (: OfferEventInput): OfferSubscriptionPayload
- # Subscribe on best bid/ask updates
- #
- # Arguments
- # selling: [Not documented]
- # buying: [Not documented]
- (: AssetID, : AssetID): Tick
- # Subscribe to new transactions on the network
- #
- # Arguments
- # id: [Not documented]
- (: TransactionHash): Transaction!
- # Subscribe to new operations on the network
- #
- # Arguments
- # txSource: [Not documented]
- # opSource: [Not documented]
- # type: [Not documented]
- # destination: [Not documented]
- # asset: [Not documented]
- (
- : [AccountID],
- : [AccountID],
- : [OperationType],
- : [AccountID],
- : [AssetID]
- ): Operation!
- }
link Require by
This element is not required by anyone