{
"data": {
"__schema": {
"directives": [
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "if",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"description": null,
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"name": "skip"
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "if",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"description": null,
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"name": "include"
},
{
"args": [],
"description": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.",
"locations": [
"OBJECT"
],
"name": "entity"
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"description": "Defined a Subgraph ID for an object type",
"locations": [
"OBJECT"
],
"name": "subgraphId"
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "field",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"description": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API.",
"locations": [
"FIELD_DEFINITION"
],
"name": "derivedFrom"
}
],
"mutationType": null,
"queryType": {
"name": "Query"
},
"subscriptionType": {
"name": "Subscription"
},
"types": [
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Event_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Events emitted by this account",
"isDeprecated": false,
"name": "events",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Expressions deployed by this account",
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "Account",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "events_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expressions_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "events"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Account_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "BigDecimal",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "BigInt",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "number_gte",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "hash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "number",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "number_gte",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Block_height",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Boolean",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Bytes",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The hash of this meta, this basically is the hash of 'rawBytes' field",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The cbor map item bytes.",
"isDeprecated": false,
"name": "rawBytes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainContract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The contract addresses that emitted this MetaContent as part of the parent RainMeta sequence",
"isDeprecated": false,
"name": "contracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The magic number associated with this meta",
"isDeprecated": false,
"name": "magicNumber",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The payload of this content",
"isDeprecated": false,
"name": "payload",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The RainMeta records that have this cbor map as part of their sequence",
"isDeprecated": false,
"name": "parents",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The header name info for Content-Type",
"isDeprecated": false,
"name": "contentType",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The header name info for Content-Encoding. It's optional",
"isDeprecated": false,
"name": "contentEncoding",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The header name info for Content-Language. It's optional",
"isDeprecated": false,
"name": "contentLanguage",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
],
"kind": "OBJECT",
"name": "ContentMetaV1",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "payload",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parents",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentEncoding_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentLanguage_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rawBytes"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contracts"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "magicNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "payload"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parents"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentType"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentEncoding"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentLanguage"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "ContentMetaV1_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Address of this contract",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Deployed bytecode hash of the contract",
"isDeprecated": false,
"name": "deployedBytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "Transaction where was deployed the contract",
"isDeprecated": false,
"name": "deployTransaction",
"type": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Meta_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "All the meta items that emitted by this contract",
"isDeprecated": false,
"name": "meta",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "All the expression this contract has ever deployed",
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The deployer used when added/deployed the contract",
"isDeprecated": false,
"name": "initialDeployer",
"type": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The raw bytes of the emitted meta",
"isDeprecated": false,
"name": "constructorMeta",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The hash of the emitted meta",
"isDeprecated": false,
"name": "constructorMetaHash",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The type of this contract. Eg: contract or proxy",
"isDeprecated": false,
"name": "type",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Optional implementation contract if the contract type is an implementation",
"isDeprecated": false,
"name": "implementation",
"type": {
"kind": "OBJECT",
"name": "Contract",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
],
"kind": "OBJECT",
"name": "Contract",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "meta",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expressions_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "initialDeployer_",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "type_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "type_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "implementation_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__blockNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "meta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__functionPointers"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__constructorMeta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__constructorMetaHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__bytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "initialDeployer__bytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "constructorMeta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "constructorMetaHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "type"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "implementation"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "implementation__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "implementation__deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "implementation__constructorMeta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "implementation__constructorMetaHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "implementation__type"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Contract_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Transaction this event was emitted in.",
"isDeprecated": false,
"name": "transaction",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Account that sent the transaction this event was emitted in.",
"isDeprecated": false,
"name": "emitter",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "timestamp",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Expression",
"isDeprecated": false,
"name": "expression",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
],
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "expression",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expression_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DeployedExpressionEvent_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DeployedExpressionEvent_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "DeployedExpressionEvent_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction__timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction__blockNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "emitter"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "emitter__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expression"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expression__id"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "DeployedExpressionEvent_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The hash of this meta, this basically is the hash of 'rawBytes' field",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The cbor map item bytes.",
"isDeprecated": false,
"name": "rawBytes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainContract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The contract addresses that their cbor encoded deployed bytecode matches this record",
"isDeprecated": false,
"name": "contracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The magic number associated with this meta",
"isDeprecated": false,
"name": "magicNumber",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The payload, this is the deployed bytecode",
"isDeprecated": false,
"name": "payload",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The RainMeta records that have this cbor map as part of their sequence",
"isDeprecated": false,
"name": "parents",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The header name info for Content-Type",
"isDeprecated": false,
"name": "contentType",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
],
"kind": "OBJECT",
"name": "DeployerBytecodeMetaV1",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "payload",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "payload_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parents",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parents_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contentType_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DeployerBytecodeMetaV1_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DeployerBytecodeMetaV1_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "DeployerBytecodeMetaV1_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rawBytes"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contracts"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "magicNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "payload"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parents"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentType"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "DeployerBytecodeMetaV1_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Transaction this event was emitted in.",
"isDeprecated": false,
"name": "transaction",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Account that sent the transaction this event was emitted in.",
"isDeprecated": false,
"name": "emitter",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "timestamp",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": null,
"kind": "INTERFACE",
"name": "Event",
"possibleTypes": [
{
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"ofType": null
}
]
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "transaction_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "emitter_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction__timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction__blockNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "emitter"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "emitter__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "timestamp"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Event_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Address for this expression",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "event",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Account that deployed this expression",
"isDeprecated": false,
"name": "account",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The contract that this expression was deployed via",
"isDeprecated": false,
"name": "contract",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Contract",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The expression deployer that this expression was deployed via",
"isDeprecated": false,
"name": "deployer",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Interpreter",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstance",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "config",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "StateConfig",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "Expression",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The address of this deployer.",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Deployed bytecode hash of the contract",
"isDeprecated": false,
"name": "deployedBytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "Transaction where was deployed the contract",
"isDeprecated": false,
"name": "deployTransaction",
"type": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Meta_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "All the meta items that emitted by this contract",
"isDeprecated": false,
"name": "meta",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "All the expression this expression deployer contract has ever deployed",
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The interpreter instance this deployer uses.",
"isDeprecated": false,
"name": "interpreter",
"type": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The RainterpreterStore instance being used by the deployer at construction",
"isDeprecated": false,
"name": "store",
"type": {
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The RainterpreterParser instance being used by the deployer at construction",
"isDeprecated": false,
"name": "parser",
"type": {
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The account that deployed this deployer",
"isDeprecated": false,
"name": "account",
"type": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "functionPointers",
"isDeprecated": false,
"name": "functionPointers",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "Raw authoringMeta",
"isDeprecated": false,
"name": "constructorMeta",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Raw authoringMeta hash",
"isDeprecated": false,
"name": "constructorMetaHash",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The deployed bytecode of the expressionDeployer contract",
"isDeprecated": false,
"name": "deployedBytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The bytecode of the expressionDeployer",
"isDeprecated": false,
"name": "bytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "Bytecode hash of the expressionDeployer",
"isDeprecated": false,
"name": "bytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
],
"kind": "OBJECT",
"name": "ExpressionDeployer",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "meta",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expressions_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_",
"type": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "store_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "account_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "functionPointers_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMeta_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constructorMetaHash_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecodeHash_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__blockNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "meta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "store"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "store__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parser"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parser__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "account"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "account__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "functionPointers"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "constructorMeta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "constructorMetaHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "bytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "bytecodeHash"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "ExpressionDeployer_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "event",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "event_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "event_",
"type": {
"kind": "INPUT_OBJECT",
"name": "DeployedExpressionEvent_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "account_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "account_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contract_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployer_",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreterInstance_",
"type": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "config_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "config_",
"type": {
"kind": "INPUT_OBJECT",
"name": "StateConfig_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "event"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "event__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "event__timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "account"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "account__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract__deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract__constructorMeta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract__constructorMetaHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract__type"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__functionPointers"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__constructorMeta"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__constructorMetaHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__bytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployer__bytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter__deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstance"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstance__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "config"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "config__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "config__bytecode"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Expression_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Float",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "ID",
"possibleTypes": null
},
{
"description": "4 bytes signed integer\n",
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Int",
"possibleTypes": null
},
{
"description": "8 bytes signed integer\n",
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Int8",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Hash of the bytecode for this interpreter.",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The deployed bytecode of the contract",
"isDeprecated": false,
"name": "deployedBytecode",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "InterpreterInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Instances of this interpreter",
"isDeprecated": false,
"name": "instances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Expressions deployed by this interpreter",
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "Interpreter",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Address of this interpreter instance",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Interpreter",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Expressions deployed by this interpreter instance",
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "InterpreterInstance",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "interpreter_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expressions_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter__deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "InterpreterInstance_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "instances_",
"type": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "expressions_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "instances"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Interpreter_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The hash of this meta, this basically is the hash of 'rawBytes' field",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The raw bytes, hash of this field is basically the 'id'",
"isDeprecated": false,
"name": "rawBytes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainContract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The contract address that emitted this Meta",
"isDeprecated": false,
"name": "contracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The magic number associated with this meta",
"isDeprecated": false,
"name": "magicNumber",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": null,
"kind": "INTERFACE",
"name": "Meta",
"possibleTypes": [
{
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
},
{
"kind": "OBJECT",
"name": "ContentMetaV1",
"ofType": null
},
{
"kind": "OBJECT",
"name": "DeployerBytecodeMetaV1",
"ofType": null
}
]
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rawBytes"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contracts"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "magicNumber"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Meta_orderBy",
"possibleTypes": null
},
{
"description": "Defines the order direction, either ascending or descending",
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "asc"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "desc"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "OrderDirection",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "account",
"type": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Account_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "accounts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract",
"type": {
"kind": "OBJECT",
"name": "Contract",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Contract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Contract",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressionDeployer",
"type": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ExpressionDeployer_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressionDeployers",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter",
"type": {
"kind": "OBJECT",
"name": "Interpreter",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Interpreter_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreters",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Interpreter",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstance",
"type": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "InterpreterInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStore",
"type": {
"kind": "OBJECT",
"name": "RainterpreterStore",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterStore_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStore_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStores",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterStore",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStoreInstance",
"type": {
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterStoreInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStoreInstances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParser",
"type": {
"kind": "OBJECT",
"name": "RainterpreterParser",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterParser_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParser_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParsers",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterParser",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParserInstance",
"type": {
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterParserInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParserInstances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expression",
"type": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedExpressionEvent",
"type": {
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "DeployedExpressionEvent_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "DeployedExpressionEvent_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedExpressionEvents",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction",
"type": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Transaction_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transactions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stateConfig",
"type": {
"kind": "OBJECT",
"name": "StateConfig",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "StateConfig_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "StateConfig_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stateConfigs",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "StateConfig",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainMetaV1",
"type": {
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainMetaV1S",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentMetaV1",
"type": {
"kind": "OBJECT",
"name": "ContentMetaV1",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ContentMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentMetaV1S",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ContentMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployerBytecodeMetaV1",
"type": {
"kind": "OBJECT",
"name": "DeployerBytecodeMetaV1",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "DeployerBytecodeMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "DeployerBytecodeMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployerBytecodeMetaV1S",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DeployerBytecodeMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainContract",
"type": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainContract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainContracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "event",
"type": {
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Event_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "events",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "meta",
"type": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Meta_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "metas",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Access to subgraph metadata",
"isDeprecated": false,
"name": "_meta",
"type": {
"kind": "OBJECT",
"name": "_Meta_",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "Query",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The address of the contract",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Deployed bytecode hash of the contract",
"isDeprecated": false,
"name": "deployedBytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "Transaction where was deployed the contract",
"isDeprecated": false,
"name": "deployTransaction",
"type": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Meta_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "All the meta items that emitted by this contract",
"isDeprecated": false,
"name": "meta",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": null,
"kind": "INTERFACE",
"name": "RainContract",
"possibleTypes": [
{
"kind": "OBJECT",
"name": "Contract",
"ofType": null
},
{
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
]
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecodeHash_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployTransaction_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "meta",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "meta_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecodeHash"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployTransaction__blockNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "meta"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "RainContract_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The hash of the raw bytes",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The raw bytes, hash of this field is basically the 'id'",
"isDeprecated": false,
"name": "rawBytes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainContract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The contract addresses that emitted this RainMeta",
"isDeprecated": false,
"name": "contracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The magic number associated with this meta",
"isDeprecated": false,
"name": "magicNumber",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ContentMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "The unordered cbor maps (sequence of metas) of this RainMeta",
"isDeprecated": false,
"name": "sequence",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ContentMetaV1",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
],
"kind": "OBJECT",
"name": "RainMetaV1",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "rawBytes_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "contracts_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "magicNumber_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "sequence_",
"type": {
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rawBytes"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contracts"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "magicNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "sequence"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "RainMetaV1_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Hash of the bytecode for this RainterpreterParser.",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The deployed bytecode of the contract",
"isDeprecated": false,
"name": "deployedBytecode",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterParserInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Instances of this parser",
"isDeprecated": false,
"name": "instances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "RainterpreterParser",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Address of the RainterpreterParser instance",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parser",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterParser",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ExpressionDeployer_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "ExpressionDeployers using this parser",
"isDeprecated": false,
"name": "deployers",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parser",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "parser_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParser_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployers_",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parser"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parser__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "parser__deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployers"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "RainterpreterParserInstance_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "instances_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParser_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParser_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "RainterpreterParser_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "instances"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "RainterpreterParser_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Hash of the bytecode for this RainterpreterStore.",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The deployed bytecode of the contract",
"isDeprecated": false,
"name": "deployedBytecode",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterStoreInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Instances of this store",
"isDeprecated": false,
"name": "instances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "RainterpreterStore",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Address of the RainterpreterStore instance",
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "store",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterStore",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ExpressionDeployer_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "ExpressionDeployers using this store",
"isDeprecated": false,
"name": "deployers",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "store",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "store_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_contains",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_contains_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_starts_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_starts_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_ends_with",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_not_ends_with_nocase",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "store_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStore_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployers_",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "store"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "store__id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "store__deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployers"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "RainterpreterStoreInstance_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "deployedBytecode_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "instances_",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStore_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStore_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "RainterpreterStore_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedBytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "instances"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "RainterpreterStore_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "bytecode",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "constants",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "StateConfig",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_not",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_gt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_lt",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_gte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_lte",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "bytecode_not_contains",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "constants",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constants_not",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constants_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constants_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constants_not_contains",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "constants_not_contains_nocase",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "StateConfig_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "StateConfig_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "StateConfig_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "bytecode"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "constants"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "StateConfig_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "String",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "account",
"type": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Account_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Account_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "accounts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Account",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contract",
"type": {
"kind": "OBJECT",
"name": "Contract",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Contract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Contract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Contract",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressionDeployer",
"type": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ExpressionDeployer_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ExpressionDeployer_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressionDeployers",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ExpressionDeployer",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreter",
"type": {
"kind": "OBJECT",
"name": "Interpreter",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Interpreter_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Interpreter_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreters",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Interpreter",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstance",
"type": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "InterpreterInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "InterpreterInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interpreterInstances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "InterpreterInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStore",
"type": {
"kind": "OBJECT",
"name": "RainterpreterStore",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterStore_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStore_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStores",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterStore",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStoreInstance",
"type": {
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterStoreInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterStoreInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterStoreInstances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterStoreInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParser",
"type": {
"kind": "OBJECT",
"name": "RainterpreterParser",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterParser_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParser_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParsers",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterParser",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParserInstance",
"type": {
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainterpreterParserInstance_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainterpreterParserInstance_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainterpreterParserInstances",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainterpreterParserInstance",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expression",
"type": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Expression_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Expression_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "expressions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Expression",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedExpressionEvent",
"type": {
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "DeployedExpressionEvent_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "DeployedExpressionEvent_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployedExpressionEvents",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DeployedExpressionEvent",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transaction",
"type": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Transaction_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "transactions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Transaction",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stateConfig",
"type": {
"kind": "OBJECT",
"name": "StateConfig",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "StateConfig_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "StateConfig_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stateConfigs",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "StateConfig",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainMetaV1",
"type": {
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainMetaV1S",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RainMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentMetaV1",
"type": {
"kind": "OBJECT",
"name": "ContentMetaV1",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "ContentMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "ContentMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "contentMetaV1S",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ContentMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployerBytecodeMetaV1",
"type": {
"kind": "OBJECT",
"name": "DeployerBytecodeMetaV1",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "DeployerBytecodeMetaV1_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "DeployerBytecodeMetaV1_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deployerBytecodeMetaV1S",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DeployerBytecodeMetaV1",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainContract",
"type": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "RainContract_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "RainContract_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rainContracts",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RainContract",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "event",
"type": {
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Event_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "events",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "meta",
"type": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Meta_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Meta_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.",
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
},
{
"defaultValue": "deny",
"description": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.",
"name": "subgraphError",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "metas",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Meta",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "block",
"type": {
"kind": "INPUT_OBJECT",
"name": "Block_height",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "Access to subgraph metadata",
"isDeprecated": false,
"name": "_meta",
"type": {
"kind": "OBJECT",
"name": "_Meta_",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "Subscription",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "timestamp",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "blockNumber",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "0",
"description": null,
"name": "skip",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": "100",
"description": null,
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderBy",
"type": {
"kind": "ENUM",
"name": "Event_orderBy",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "orderDirection",
"type": {
"kind": "ENUM",
"name": "OrderDirection",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "events",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "Event",
"ofType": null
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "Transaction",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lt",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_gte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_lte",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "id_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "timestamp_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_not",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_gt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_lt",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_gte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_lte",
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "blockNumber_not_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "events_",
"type": {
"kind": "INPUT_OBJECT",
"name": "Event_filter",
"ofType": null
}
},
{
"defaultValue": null,
"description": "Filter for the block changed event.",
"name": "_change_block",
"type": {
"kind": "INPUT_OBJECT",
"name": "BlockChangedFilter",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": null,
"name": "or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Transaction_filter",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "timestamp"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "blockNumber"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "events"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "Transaction_orderBy",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "The hash of the block",
"isDeprecated": false,
"name": "hash",
"type": {
"kind": "SCALAR",
"name": "Bytes",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": "The block number",
"isDeprecated": false,
"name": "number",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "Integer representation of the timestamp stored in blocks for the chain",
"isDeprecated": false,
"name": "timestamp",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "_Block_",
"possibleTypes": null
},
{
"description": "The type for the top-level _meta field",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n",
"isDeprecated": false,
"name": "block",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "_Block_",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "The deployment ID",
"isDeprecated": false,
"name": "deployment",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "If `true`, the subgraph encountered indexing errors at some past block",
"isDeprecated": false,
"name": "hasIndexingErrors",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "_Meta_",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": "Data will be returned even if the subgraph has indexing errors",
"isDeprecated": false,
"name": "allow"
},
{
"deprecationReason": null,
"description": "If the subgraph has indexing errors, data will be omitted. The default.",
"isDeprecated": false,
"name": "deny"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "_SubgraphErrorPolicy_",
"possibleTypes": null
}
]
}
}
}