Created
May 20, 2025 18:28
-
-
Save crosschainer/cc7460b95c1ccb9533538c2d6a84a8e4 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"__schema": { | |
"queryType": { | |
"name": "Query" | |
}, | |
"mutationType": { | |
"name": "Mutation" | |
}, | |
"subscriptionType": null, | |
"types": [ | |
{ | |
"kind": "OBJECT", | |
"name": "Query", | |
"description": "The root query type which gives access points into the data universe.", | |
"fields": [ | |
{ | |
"name": "query", | |
"description": "Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Query", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "nodeId", | |
"description": "The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "Fetches an object given its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allAddresses", | |
"description": "Reads and enables pagination through a set of `Address`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Address`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AddressesOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "AddressesConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allContracts", | |
"description": "Reads and enables pagination through a set of `Contract`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Contract`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "ContractsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "ContractsConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allEvents", | |
"description": "Reads and enables pagination through a set of `Event`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Event`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "EventsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventsConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allRewards", | |
"description": "Reads and enables pagination through a set of `Reward`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Reward`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "RewardsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardsConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allStates", | |
"description": "Reads and enables pagination through a set of `State`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `State`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StatesOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatesConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allStateChanges", | |
"description": "Reads and enables pagination through a set of `StateChange`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `StateChange`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StateChangesOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangesConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allStatePatchRecords", | |
"description": "Reads and enables pagination through a set of `StatePatchRecord`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `StatePatchRecord`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StatePatchRecordsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordsConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "allTransactions", | |
"description": "Reads and enables pagination through a set of `Transaction`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Transaction`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "TransactionsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionsConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "addressByAddress", | |
"description": null, | |
"args": [ | |
{ | |
"name": "address", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Address", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contractByName", | |
"description": null, | |
"args": [ | |
{ | |
"name": "name", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Contract", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "eventById", | |
"description": null, | |
"args": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Event", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "rewardById", | |
"description": null, | |
"args": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Reward", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stateByKey", | |
"description": null, | |
"args": [ | |
{ | |
"name": "key", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "State", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stateChangeById", | |
"description": null, | |
"args": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChange", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "statePatchRecordByHash", | |
"description": null, | |
"args": [ | |
{ | |
"name": "hash", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecord", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transactionByHash", | |
"description": null, | |
"args": [ | |
{ | |
"name": "hash", | |
"description": null, | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "filterEventsByDataIndexed", | |
"description": "Reads and enables pagination through a set of `Event`.", | |
"args": [ | |
{ | |
"name": "key", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventsConnection", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "address", | |
"description": "Reads a single `Address` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `Address`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Address", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Reads a single `Contract` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `Contract`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Contract", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "event", | |
"description": "Reads a single `Event` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `Event`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Event", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "reward", | |
"description": "Reads a single `Reward` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `Reward`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Reward", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "state", | |
"description": "Reads a single `State` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `State`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "State", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stateChange", | |
"description": "Reads a single `StateChange` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `StateChange`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChange", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "statePatchRecord", | |
"description": "Reads a single `StatePatchRecord` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `StatePatchRecord`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecord", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transaction", | |
"description": "Reads a single `Transaction` using its globally unique `ID`.", | |
"args": [ | |
{ | |
"name": "nodeId", | |
"description": "The globally unique `ID` to be used in selecting a single `Transaction`.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"description": "An object with a globally unique `ID`.", | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": [ | |
{ | |
"kind": "OBJECT", | |
"name": "Query", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Address", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChange", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Reward", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Contract", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Event", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "State", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecord", | |
"ofType": null | |
} | |
] | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "ID", | |
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "AddressesConnection", | |
"description": "A connection to a list of `Address` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `Address` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Address", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `Address` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AddressesEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `Address` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "AddressAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `Address` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AddressesGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AddressAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Address", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "address", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transactionByTxHash", | |
"description": "Reads a single `Transaction` that is related to this `Address`.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "String", | |
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"description": "A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "hash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contract", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "function", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sender", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "nonce", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "success", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "result", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "jsonContent", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stateChangesByTxHash", | |
"description": "Reads and enables pagination through a set of `StateChange`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `StateChange`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StateChangesOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StateChangesConnection", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "rewardsByTxHash", | |
"description": "Reads and enables pagination through a set of `Reward`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Reward`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "RewardsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "RewardsConnection", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contractsByTxHash", | |
"description": "Reads and enables pagination through a set of `Contract`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Contract`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "ContractsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ContractsConnection", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "addressesByTxHash", | |
"description": "Reads and enables pagination through a set of `Address`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Address`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AddressesOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AddressesConnection", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "eventsByTxHash", | |
"description": "Reads and enables pagination through a set of `Event`.", | |
"args": [ | |
{ | |
"name": "first", | |
"description": "Only read the first `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "last", | |
"description": "Only read the last `n` values of the set.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "offset", | |
"description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "before", | |
"description": "Read all values in the set before (above) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "after", | |
"description": "Read all values in the set after (below) this cursor.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "orderBy", | |
"description": "The method to use when ordering `Event`.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "EventsOrderBy", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": "[PRIMARY_KEY_ASC]" | |
}, | |
{ | |
"name": "condition", | |
"description": "A condition to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventCondition", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "filter", | |
"description": "A filter to be used in determining which values should be returned by the collection.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EventsConnection", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Int", | |
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"description": "A signed eight-byte integer. The upper big integer values are greater than the\nmax value for a JavaScript number. Therefore all big integers will be output as\nstrings and not numbers.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"description": "The `Boolean` scalar type represents `true` or `false`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "JSON", | |
"description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangesConnection", | |
"description": "A connection to a list of `StateChange` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `StateChange` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StateChange", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `StateChange` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StateChangesEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `StateChange` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `StateChange` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StateChangesGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StateChangeAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChange", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "id", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "key", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transactionByTxHash", | |
"description": "Reads a single `Transaction` that is related to this `StateChange`.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "UUID", | |
"description": "A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"description": "A floating point number that requires more precision than IEEE 754 binary 64", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangesEdge", | |
"description": "A `StateChange` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `StateChange` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChange", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"description": "A location in a connection that can be used for resuming pagination.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"description": "Information about pagination in a connection.", | |
"fields": [ | |
{ | |
"name": "hasNextPage", | |
"description": "When paginating forwards, are there more items?", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "hasPreviousPage", | |
"description": "When paginating backwards, are there more items?", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "startCursor", | |
"description": "When paginating backwards, the cursor to continue.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "endCursor", | |
"description": "When paginating forwards, the cursor to continue.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sum", | |
"description": "Sum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeSumAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "min", | |
"description": "Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeMinAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "max", | |
"description": "Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeMaxAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "average", | |
"description": "Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeAverageAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": "Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeStddevSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": "Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeStddevPopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": "Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeVarianceSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": "Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateChangeVariancePopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeSumAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Sum of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Distinct count of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Distinct count of txHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "key", | |
"description": "Distinct count of key across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": "Distinct count of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": "Distinct count of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeMinAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Minimum of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeMaxAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Maximum of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeAverageAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Mean average of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeStddevSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Sample standard deviation of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeStddevPopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Population standard deviation of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeVarianceSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Sample variance of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateChangeVariancePopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Population variance of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "StateChangesGroupBy", | |
"description": "Grouping methods for `StateChange` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "TX_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_NUMERIC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingInput", | |
"description": "Conditions for `StateChange` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "equalTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "equalTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangesHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "StateChangesOrderBy", | |
"description": "Methods to use when ordering `StateChange`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeCondition", | |
"description": "A condition to be used against `StateChange` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": "Checks for equality with the object’s `id` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Checks for equality with the object’s `txHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "key", | |
"description": "Checks for equality with the object’s `key` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": "Checks for equality with the object’s `value` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": "Checks for equality with the object’s `valueNumeric` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeFilter", | |
"description": "A filter to be used against `StateChange` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": "Filter by the object’s `id` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "UUIDFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Filter by the object’s `txHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "key", | |
"description": "Filter by the object’s `key` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": "Filter by the object’s `value` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": "Filter by the object’s `valueNumeric` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BigFloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateChangeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "UUIDFilter", | |
"description": "A filter to be used against UUID fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"description": "A filter to be used against String fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "includes", | |
"description": "Contains the specified string (case-sensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIncludes", | |
"description": "Does not contain the specified string (case-sensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "includesInsensitive", | |
"description": "Contains the specified string (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIncludesInsensitive", | |
"description": "Does not contain the specified string (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "startsWith", | |
"description": "Starts with the specified string (case-sensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notStartsWith", | |
"description": "Does not start with the specified string (case-sensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "startsWithInsensitive", | |
"description": "Starts with the specified string (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notStartsWithInsensitive", | |
"description": "Does not start with the specified string (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "endsWith", | |
"description": "Ends with the specified string (case-sensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEndsWith", | |
"description": "Does not end with the specified string (case-sensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "endsWithInsensitive", | |
"description": "Ends with the specified string (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEndsWithInsensitive", | |
"description": "Does not end with the specified string (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "like", | |
"description": "Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notLike", | |
"description": "Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "likeInsensitive", | |
"description": "Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notLikeInsensitive", | |
"description": "Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalToInsensitive", | |
"description": "Equal to the specified value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualToInsensitive", | |
"description": "Not equal to the specified value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFromInsensitive", | |
"description": "Not equal to the specified value, treating null like an ordinary value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFromInsensitive", | |
"description": "Equal to the specified value, treating null like an ordinary value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "inInsensitive", | |
"description": "Included in the specified list (case-insensitive).", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notInInsensitive", | |
"description": "Not included in the specified list (case-insensitive).", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanInsensitive", | |
"description": "Less than the specified value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualToInsensitive", | |
"description": "Less than or equal to the specified value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanInsensitive", | |
"description": "Greater than the specified value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualToInsensitive", | |
"description": "Greater than or equal to the specified value (case-insensitive).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"description": "A filter to be used against JSON fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "contains", | |
"description": "Contains the specified JSON.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "containsKey", | |
"description": "Contains the specified key.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "containsAllKeys", | |
"description": "Contains all of the specified keys.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "containsAnyKeys", | |
"description": "Contains any of the specified keys.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "containedBy", | |
"description": "Contained by the specified JSON.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "BigFloatFilter", | |
"description": "A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"description": "A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardsConnection", | |
"description": "A connection to a list of `Reward` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `Reward` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Reward", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `Reward` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "RewardsEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `Reward` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `Reward` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "RewardsGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "RewardAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Reward", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "id", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "key", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transactionByTxHash", | |
"description": "Reads a single `Transaction` that is related to this `Reward`.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardsEdge", | |
"description": "A `Reward` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `Reward` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Reward", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sum", | |
"description": "Sum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardSumAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "min", | |
"description": "Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardMinAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "max", | |
"description": "Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardMaxAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "average", | |
"description": "Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardAverageAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": "Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardStddevSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": "Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardStddevPopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": "Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardVarianceSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": "Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "RewardVariancePopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardSumAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Sum of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Distinct count of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Distinct count of txHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": "Distinct count of type across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "key", | |
"description": "Distinct count of key across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": "Distinct count of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardMinAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Minimum of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardMaxAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Maximum of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardAverageAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Mean average of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardStddevSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Sample standard deviation of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardStddevPopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Population standard deviation of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardVarianceSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Sample variance of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "RewardVariancePopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "value", | |
"description": "Population variance of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "RewardsGroupBy", | |
"description": "Grouping methods for `Reward` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "TX_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TYPE", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingInput", | |
"description": "Conditions for `Reward` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardsHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "value", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "RewardsOrderBy", | |
"description": "Methods to use when ordering `Reward`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardCondition", | |
"description": "A condition to be used against `Reward` object types. All fields are tested for equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": "Checks for equality with the object’s `id` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "UUID", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Checks for equality with the object’s `txHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "type", | |
"description": "Checks for equality with the object’s `type` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "key", | |
"description": "Checks for equality with the object’s `key` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": "Checks for equality with the object’s `value` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "RewardFilter", | |
"description": "A filter to be used against `Reward` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": "Filter by the object’s `id` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "UUIDFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Filter by the object’s `txHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "type", | |
"description": "Filter by the object’s `type` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "key", | |
"description": "Filter by the object’s `key` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": "Filter by the object’s `value` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BigFloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "RewardFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ContractsConnection", | |
"description": "A connection to a list of `Contract` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `Contract` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Contract", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `Contract` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ContractsEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `Contract` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "ContractAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `Contract` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "ContractsGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ContractAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Contract", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "code", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "xsc0001", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transactionByTxHash", | |
"description": "Reads a single `Transaction` that is related to this `Contract`.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ContractsEdge", | |
"description": "A `Contract` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `Contract` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Contract", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ContractAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "ContractDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ContractDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "txHash", | |
"description": "Distinct count of txHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "Distinct count of name across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "code", | |
"description": "Distinct count of code across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "xsc0001", | |
"description": "Distinct count of xsc0001 across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "ContractsGroupBy", | |
"description": "Grouping methods for `Contract` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "TX_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CODE", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "XSC0001", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingInput", | |
"description": "Conditions for `Contract` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractsHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "ContractsOrderBy", | |
"description": "Methods to use when ordering `Contract`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractCondition", | |
"description": "A condition to be used against `Contract` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "txHash", | |
"description": "Checks for equality with the object’s `txHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "name", | |
"description": "Checks for equality with the object’s `name` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "code", | |
"description": "Checks for equality with the object’s `code` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "xsc0001", | |
"description": "Checks for equality with the object’s `xsc0001` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ContractFilter", | |
"description": "A filter to be used against `Contract` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "txHash", | |
"description": "Filter by the object’s `txHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "name", | |
"description": "Filter by the object’s `name` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "code", | |
"description": "Filter by the object’s `code` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "xsc0001", | |
"description": "Filter by the object’s `xsc0001` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BooleanFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ContractFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "BooleanFilter", | |
"description": "A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "AddressesOrderBy", | |
"description": "Methods to use when ordering `Address`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressCondition", | |
"description": "A condition to be used against `Address` object types. All fields are tested for equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "txHash", | |
"description": "Checks for equality with the object’s `txHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "address", | |
"description": "Checks for equality with the object’s `address` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressFilter", | |
"description": "A filter to be used against `Address` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "txHash", | |
"description": "Filter by the object’s `txHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "address", | |
"description": "Filter by the object’s `address` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventsConnection", | |
"description": "A connection to a list of `Event` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `Event` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Event", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `Event` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EventsEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `Event` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `Event` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "EventsGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EventAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Event", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "id", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contract", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "event", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "signer", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "caller", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "dataIndexed", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "data", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "transactionByTxHash", | |
"description": "Reads a single `Transaction` that is related to this `Event`.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventsEdge", | |
"description": "A `Event` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `Event` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Event", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sum", | |
"description": "Sum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventSumAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "min", | |
"description": "Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventMinAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "max", | |
"description": "Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventMaxAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "average", | |
"description": "Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventAverageAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": "Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventStddevSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": "Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventStddevPopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": "Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventVarianceSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": "Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "EventVariancePopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventSumAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Sum of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Distinct count of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Distinct count of contract across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "event", | |
"description": "Distinct count of event across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "signer", | |
"description": "Distinct count of signer across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "caller", | |
"description": "Distinct count of caller across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "dataIndexed", | |
"description": "Distinct count of dataIndexed across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "data", | |
"description": "Distinct count of data across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Distinct count of txHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventMinAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Minimum of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventMaxAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Maximum of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventAverageAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Mean average of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventStddevSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Sample standard deviation of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventStddevPopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Population standard deviation of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventVarianceSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Sample variance of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EventVariancePopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "Population variance of id across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "EventsGroupBy", | |
"description": "Grouping methods for `Event` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "CONTRACT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SIGNER", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CALLER", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "DATA_INDEXED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "DATA", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingInput", | |
"description": "Conditions for `Event` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "equalTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventsHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "EventsOrderBy", | |
"description": "Methods to use when ordering `Event`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventCondition", | |
"description": "A condition to be used against `Event` object types. All fields are tested for equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": "Checks for equality with the object’s `id` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Checks for equality with the object’s `contract` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "event", | |
"description": "Checks for equality with the object’s `event` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "signer", | |
"description": "Checks for equality with the object’s `signer` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "caller", | |
"description": "Checks for equality with the object’s `caller` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "dataIndexed", | |
"description": "Checks for equality with the object’s `dataIndexed` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "data", | |
"description": "Checks for equality with the object’s `data` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Checks for equality with the object’s `txHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"description": "A filter to be used against `Event` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "id", | |
"description": "Filter by the object’s `id` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "IntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Filter by the object’s `contract` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "event", | |
"description": "Filter by the object’s `event` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "signer", | |
"description": "Filter by the object’s `signer` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "caller", | |
"description": "Filter by the object’s `caller` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "dataIndexed", | |
"description": "Filter by the object’s `dataIndexed` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "data", | |
"description": "Filter by the object’s `data` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "txHash", | |
"description": "Filter by the object’s `txHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EventFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "IntFilter", | |
"description": "A filter to be used against Int fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "AddressesEdge", | |
"description": "A `Address` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `Address` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Address", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "AddressAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "AddressDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "AddressDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "txHash", | |
"description": "Distinct count of txHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "address", | |
"description": "Distinct count of address across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "AddressesGroupBy", | |
"description": "Grouping methods for `Address` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "TX_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingInput", | |
"description": "Conditions for `Address` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddressesHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatesConnection", | |
"description": "A connection to a list of `State` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `State` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "State", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `State` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StatesEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `State` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `State` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StateGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StateAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "State", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "key", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatesEdge", | |
"description": "A `State` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `State` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "State", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sum", | |
"description": "Sum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateSumAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "min", | |
"description": "Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateMinAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "max", | |
"description": "Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateMaxAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "average", | |
"description": "Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateAverageAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": "Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateStddevSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": "Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateStddevPopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": "Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateVarianceSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": "Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StateVariancePopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateSumAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Sum of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "key", | |
"description": "Distinct count of key across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": "Distinct count of value across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": "Distinct count of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updated", | |
"description": "Distinct count of updated across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateMinAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Minimum of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateMaxAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Maximum of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateAverageAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Mean average of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateStddevSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Sample standard deviation of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateStddevPopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Population standard deviation of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateVarianceSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Sample variance of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StateVariancePopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "valueNumeric", | |
"description": "Population variance of valueNumeric across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "StateGroupBy", | |
"description": "Grouping methods for `State` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "VALUE", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_NUMERIC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UPDATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UPDATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UPDATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingInput", | |
"description": "Conditions for `State` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "valueNumeric", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigfloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "StatesOrderBy", | |
"description": "Methods to use when ordering `State`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UPDATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UPDATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateCondition", | |
"description": "A condition to be used against `State` object types. All fields are tested for equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "key", | |
"description": "Checks for equality with the object’s `key` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": "Checks for equality with the object’s `value` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": "Checks for equality with the object’s `valueNumeric` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": "Checks for equality with the object’s `updated` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StateFilter", | |
"description": "A filter to be used against `State` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "key", | |
"description": "Filter by the object’s `key` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "value", | |
"description": "Filter by the object’s `value` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "valueNumeric", | |
"description": "Filter by the object’s `valueNumeric` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BigFloatFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "updated", | |
"description": "Filter by the object’s `updated` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StateFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordsConnection", | |
"description": "A connection to a list of `StatePatchRecord` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `StatePatchRecord` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecord", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `StatePatchRecord` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordsEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `StatePatchRecord` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `StatePatchRecord` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "StatePatchesGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecord", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nodeId", | |
"description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "hash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "patches", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"ofType": null | |
} | |
], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordsEdge", | |
"description": "A `StatePatchRecord` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `StatePatchRecord` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecord", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sum", | |
"description": "Sum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordSumAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "min", | |
"description": "Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordMinAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "max", | |
"description": "Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordMaxAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "average", | |
"description": "Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordAverageAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": "Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordStddevSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": "Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordStddevPopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": "Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordVarianceSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": "Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "StatePatchRecordVariancePopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordSumAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Sum of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Sum of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "hash", | |
"description": "Distinct count of hash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Distinct count of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": "Distinct count of blockHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Distinct count of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "patches", | |
"description": "Distinct count of patches across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordMinAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Minimum of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Minimum of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordMaxAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Maximum of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Maximum of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordAverageAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Mean average of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Mean average of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordStddevSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Sample standard deviation of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Sample standard deviation of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordStddevPopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Population standard deviation of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Population standard deviation of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordVarianceSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Sample variance of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Sample variance of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "StatePatchRecordVariancePopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "blockHeight", | |
"description": "Population variance of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Population variance of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "StatePatchesGroupBy", | |
"description": "Grouping methods for `StatePatchRecord` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "BLOCK_HEIGHT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_TIME", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PATCHES", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingInput", | |
"description": "Conditions for `StatePatchRecord` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "equalTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": null, | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchesHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "StatePatchRecordsOrderBy", | |
"description": "Methods to use when ordering `StatePatchRecord`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HEIGHT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HEIGHT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_TIME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_TIME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PATCHES_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PATCHES_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordCondition", | |
"description": "A condition to be used against `StatePatchRecord` object types. All fields are\ntested for equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "hash", | |
"description": "Checks for equality with the object’s `hash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Checks for equality with the object’s `blockHeight` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": "Checks for equality with the object’s `blockHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Checks for equality with the object’s `blockTime` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "patches", | |
"description": "Checks for equality with the object’s `patches` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordFilter", | |
"description": "A filter to be used against `StatePatchRecord` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "hash", | |
"description": "Filter by the object’s `hash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Filter by the object’s `blockHeight` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "IntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": "Filter by the object’s `blockHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Filter by the object’s `blockTime` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BigIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "patches", | |
"description": "Filter by the object’s `patches` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StatePatchRecordFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "BigIntFilter", | |
"description": "A filter to be used against BigInt fields. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "isNull", | |
"description": "Is null (if `true` is specified) or is not null (if `false` is specified).", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "equalTo", | |
"description": "Equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notEqualTo", | |
"description": "Not equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctFrom", | |
"description": "Not equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notDistinctFrom", | |
"description": "Equal to the specified value, treating null like an ordinary value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "in", | |
"description": "Included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "notIn", | |
"description": "Not included in the specified list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThan", | |
"description": "Less than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "lessThanOrEqualTo", | |
"description": "Less than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThan", | |
"description": "Greater than the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "greaterThanOrEqualTo", | |
"description": "Greater than or equal to the specified value.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionsConnection", | |
"description": "A connection to a list of `Transaction` values.", | |
"fields": [ | |
{ | |
"name": "nodes", | |
"description": "A list of `Transaction` objects.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "edges", | |
"description": "A list of edges which contains the `Transaction` and cursor to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "TransactionsEdge", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pageInfo", | |
"description": "Information to aid in pagination.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "PageInfo", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "totalCount", | |
"description": "The count of *all* `Transaction` you could get from the connection.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "aggregates", | |
"description": "Aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "groupedAggregates", | |
"description": "Grouped aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [ | |
{ | |
"name": "groupBy", | |
"description": "The method to use when grouping `Transaction` for these aggregates.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "TransactionsGroupBy", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "having", | |
"description": "Conditions on the grouped aggregates.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "TransactionAggregates", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionsEdge", | |
"description": "A `Transaction` edge in the connection.", | |
"fields": [ | |
{ | |
"name": "cursor", | |
"description": "A cursor for use in pagination.", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Cursor", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "node", | |
"description": "The `Transaction` at the end of the edge.", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "Transaction", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "keys", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sum", | |
"description": "Sum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionSumAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": "Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionDistinctCountAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "min", | |
"description": "Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionMinAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "max", | |
"description": "Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionMaxAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "average", | |
"description": "Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionAverageAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": "Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionStddevSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": "Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionStddevPopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": "Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionVarianceSampleAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": "Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "TransactionVariancePopulationAggregates", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionSumAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Sum of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Sum of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Sum of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Sum of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionDistinctCountAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "hash", | |
"description": "Distinct count of hash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Distinct count of contract across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "function", | |
"description": "Distinct count of function across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "sender", | |
"description": "Distinct count of sender across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "nonce", | |
"description": "Distinct count of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Distinct count of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": "Distinct count of blockHash across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Distinct count of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Distinct count of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "success", | |
"description": "Distinct count of success across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "result", | |
"description": "Distinct count of result across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "jsonContent", | |
"description": "Distinct count of jsonContent across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "created", | |
"description": "Distinct count of created across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionMinAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Minimum of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Minimum of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Minimum of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Minimum of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionMaxAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Maximum of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Maximum of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Maximum of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Maximum of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionAverageAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Mean average of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Mean average of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Mean average of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Mean average of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionStddevSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Sample standard deviation of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Sample standard deviation of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Sample standard deviation of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Sample standard deviation of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionStddevPopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Population standard deviation of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Population standard deviation of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Population standard deviation of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Population standard deviation of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionVarianceSampleAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Sample variance of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Sample variance of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Sample variance of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Sample variance of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TransactionVariancePopulationAggregates", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "nonce", | |
"description": "Population variance of nonce across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Population variance of stamps across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Population variance of blockHeight across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Population variance of blockTime across the matching connection", | |
"args": [], | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigFloat", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "TransactionsGroupBy", | |
"description": "Grouping methods for `Transaction` for usage during aggregation.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "CONTRACT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FUNCTION", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SENDER", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "NONCE", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STAMPS", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HASH", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HEIGHT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_TIME", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SUCCESS", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "RESULT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "JSON_CONTENT", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_HOUR", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_TRUNCATED_TO_DAY", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingInput", | |
"description": "Conditions for `Transaction` aggregates.", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "AND", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "OR", | |
"description": null, | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingInput", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sum", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingSumInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "distinctCount", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingDistinctCountInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "min", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingMinInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "max", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingMaxInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "average", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingAverageInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingStddevSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stddevPopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingStddevPopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "varianceSample", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingVarianceSampleInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "variancePopulation", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingVariancePopulationInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingSumInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingDistinctCountInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingMinInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingMaxInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingAverageInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingStddevSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingStddevPopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingVarianceSampleInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionsHavingVariancePopulationInput", | |
"description": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "nonce", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingBigintFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": null, | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "HavingDatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "TransactionsOrderBy", | |
"description": "Methods to use when ordering `Transaction`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "NATURAL", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FUNCTION_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FUNCTION_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SENDER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SENDER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "NONCE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "NONCE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STAMPS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STAMPS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HEIGHT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_HEIGHT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_TIME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "BLOCK_TIME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SUCCESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SUCCESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "RESULT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "RESULT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "JSON_CONTENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "JSON_CONTENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "PRIMARY_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_COUNT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_COUNT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_SUM_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_DISTINCT_COUNT_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MIN_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_MAX_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_AVERAGE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_STDDEV_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_VALUE_NUMERIC_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_VALUE_NUMERIC_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "STATE_CHANGES_BY_TX_HASH_VARIANCE_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_COUNT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_COUNT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_SUM_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_DISTINCT_COUNT_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MIN_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_MAX_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_AVERAGE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_STDDEV_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_TYPE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_TYPE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_KEY_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_KEY_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_VALUE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_VALUE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "REWARDS_BY_TX_HASH_VARIANCE_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_COUNT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_COUNT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_SUM_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_DISTINCT_COUNT_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MIN_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_MAX_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_AVERAGE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_STDDEV_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_NAME_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_NAME_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_CODE_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_CODE_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_XSC0001_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_XSC0001_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "CONTRACTS_BY_TX_HASH_VARIANCE_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_COUNT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_COUNT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_SUM_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_SUM_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_SUM_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_SUM_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_SUM_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_SUM_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_DISTINCT_COUNT_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_DISTINCT_COUNT_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_DISTINCT_COUNT_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_DISTINCT_COUNT_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MIN_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MIN_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MIN_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MIN_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MIN_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MIN_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MAX_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MAX_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MAX_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MAX_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MAX_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_MAX_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_AVERAGE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_AVERAGE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_AVERAGE_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_AVERAGE_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_AVERAGE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_AVERAGE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_SAMPLE_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_SAMPLE_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_POPULATION_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_POPULATION_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_STDDEV_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_SAMPLE_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_SAMPLE_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_POPULATION_ADDRESS_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_POPULATION_ADDRESS_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ADDRESSES_BY_TX_HASH_VARIANCE_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_COUNT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_COUNT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_SUM_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_DISTINCT_COUNT_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MIN_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_MAX_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_AVERAGE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_STDDEV_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_SAMPLE_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_ID_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_ID_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_CONTRACT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_CONTRACT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_EVENT_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_EVENT_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_SIGNER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_SIGNER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_CALLER_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_CALLER_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_DATA_INDEXED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_DATA_INDEXED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_DATA_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_DATA_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_TX_HASH_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_CREATED_ASC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "EVENTS_BY_TX_HASH_VARIANCE_POPULATION_CREATED_DESC", | |
"description": null, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionCondition", | |
"description": "A condition to be used against `Transaction` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "hash", | |
"description": "Checks for equality with the object’s `hash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Checks for equality with the object’s `contract` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "function", | |
"description": "Checks for equality with the object’s `function` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sender", | |
"description": "Checks for equality with the object’s `sender` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "nonce", | |
"description": "Checks for equality with the object’s `nonce` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Checks for equality with the object’s `stamps` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": "Checks for equality with the object’s `blockHash` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Checks for equality with the object’s `blockHeight` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Checks for equality with the object’s `blockTime` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "BigInt", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "success", | |
"description": "Checks for equality with the object’s `success` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "result", | |
"description": "Checks for equality with the object’s `result` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "jsonContent", | |
"description": "Checks for equality with the object’s `jsonContent` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "JSON", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Checks for equality with the object’s `created` field.", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Datetime", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionFilter", | |
"description": "A filter to be used against `Transaction` object types. All fields are combined with a logical ‘and.’", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "hash", | |
"description": "Filter by the object’s `hash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "contract", | |
"description": "Filter by the object’s `contract` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "function", | |
"description": "Filter by the object’s `function` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "sender", | |
"description": "Filter by the object’s `sender` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "nonce", | |
"description": "Filter by the object’s `nonce` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "IntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "stamps", | |
"description": "Filter by the object’s `stamps` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "IntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHash", | |
"description": "Filter by the object’s `blockHash` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockHeight", | |
"description": "Filter by the object’s `blockHeight` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "IntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "blockTime", | |
"description": "Filter by the object’s `blockTime` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BigIntFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "success", | |
"description": "Filter by the object’s `success` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "BooleanFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "result", | |
"description": "Filter by the object’s `result` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "StringFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "jsonContent", | |
"description": "Filter by the object’s `jsonContent` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "JSONFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "created", | |
"description": "Filter by the object’s `created` field.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "DatetimeFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "and", | |
"description": "Checks for all expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "or", | |
"description": "Checks for any expressions in this list.", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionFilter", | |
"ofType": null | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "not", | |
"description": "Negates the expression.", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TransactionFilter", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Mutation", | |
"description": "The root mutation type which contains root level fields which mutate data.", | |
"fields": [ | |
{ | |
"name": "createAddress", | |
"description": "Creates a single `Address`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateAddressInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateAddressPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createContract", | |
"description": "Creates a single `Contract`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateContractInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateContractPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createEvent", | |
"description": "Creates a single `Event`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateEventInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateEventPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createReward", | |
"description": "Creates a single `Reward`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateRewardInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateRewardPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createState", | |
"description": "Creates a single `State`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateStateInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateStatePayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createStateChange", | |
"description": "Creates a single `StateChange`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateStateChangeInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateStateChangePayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createStatePatchRecord", | |
"description": "Creates a single `StatePatchRecord`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateStatePatchRecordInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateStatePatchRecordPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createTransaction", | |
"description": "Creates a single `Transaction`.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateTransactionInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "CreateTransactionPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateAddress", | |
"description": "Updates a single `Address` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateAddressInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateAddressPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateAddressByAddress", | |
"description": "Updates a single `Address` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateAddressByAddressInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateAddressPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateContract", | |
"description": "Updates a single `Contract` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateContractInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateContractPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateContractByName", | |
"description": "Updates a single `Contract` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateContractByNameInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateContractPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateEvent", | |
"description": "Updates a single `Event` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateEventInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateEventPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateEventById", | |
"description": "Updates a single `Event` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateEventByIdInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateEventPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateReward", | |
"description": "Updates a single `Reward` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateRewardInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateRewardPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateRewardById", | |
"description": "Updates a single `Reward` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateRewardByIdInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateRewardPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateState", | |
"description": "Updates a single `State` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateStateInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateStatePayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateStateByKey", | |
"description": "Updates a single `State` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateStateByKeyInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateStatePayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateStateChange", | |
"description": "Updates a single `StateChange` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateStateChangeInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateStateChangePayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateStateChangeById", | |
"description": "Updates a single `StateChange` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateStateChangeByIdInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateStateChangePayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateStatePatchRecord", | |
"description": "Updates a single `StatePatchRecord` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateStatePatchRecordInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateStatePatchRecordPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateStatePatchRecordByHash", | |
"description": "Updates a single `StatePatchRecord` using a unique key and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateStatePatchRecordByHashInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateStatePatchRecordPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateTransaction", | |
"description": "Updates a single `Transaction` using its globally unique id and a patch.", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UpdateTransactionInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "UpdateTransactionPayload", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updateTransactionByHash", | |
"description": "Updates a single `Transaction` using a unique key and a patch.", | |
"args": [ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment