OBJECT
Subscription
link GraphQL Schema definition
- type Subscription {
- # Arguments
- # id: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (: ID!, : Block_height, : _SubgraphErrorPolicy_!): Token
- # Arguments
- # skip: [Not documented]
- # first: [Not documented]
- # orderBy: [Not documented]
- # orderDirection: [Not documented]
- # where: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (
- : Int,
- : Int,
- : Token_orderBy,
- : OrderDirection,
- : Token_filter,
- : Block_height,
- : _SubgraphErrorPolicy_!
- ): [Token!]!
- # Arguments
- # id: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (: ID!, : Block_height, : _SubgraphErrorPolicy_!): Owner
- # Arguments
- # skip: [Not documented]
- # first: [Not documented]
- # orderBy: [Not documented]
- # orderDirection: [Not documented]
- # where: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (
- : Int,
- : Int,
- : Owner_orderBy,
- : OrderDirection,
- : Owner_filter,
- : Block_height,
- : _SubgraphErrorPolicy_!
- ): [Owner!]!
- # Arguments
- # id: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (
- : ID!,
- : Block_height,
- : _SubgraphErrorPolicy_!
- ): Contract
- # Arguments
- # skip: [Not documented]
- # first: [Not documented]
- # orderBy: [Not documented]
- # orderDirection: [Not documented]
- # where: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (
- : Int,
- : Int,
- : Contract_orderBy,
- : OrderDirection,
- : Contract_filter,
- : Block_height,
- : _SubgraphErrorPolicy_!
- ): [Contract!]!
- # Arguments
- # id: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (
- : ID!,
- : Block_height,
- : _SubgraphErrorPolicy_!
- ): Transfer
- # Arguments
- # skip: [Not documented]
- # first: [Not documented]
- # orderBy: [Not documented]
- # orderDirection: [Not documented]
- # where: [Not documented]
- # block: The block at which the query should be executed. Can
- # either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }`
- # containing the block number, or a `{ number_gte: Int }` containing the minimum
- # block number. In the case of `number_gte`, the query will be executed on the
- # latest block only if the subgraph has progressed to or past the minimum block
- # number. Defaults to the latest block when omitted.
- # subgraphError: Set to `allow` to receive data even if the
- # subgraph has skipped over errors while syncing.
- (
- : Int,
- : Int,
- : Transfer_orderBy,
- : OrderDirection,
- : Transfer_filter,
- : Block_height,
- : _SubgraphErrorPolicy_!
- ): [Transfer!]!
- # Access to subgraph metadata
- #
- # Arguments
- # block: [Not documented]
- (: Block_height): _Meta_
- }
link Require by
This element is not required by anyone