diff --git a/implementations/apollo-server/README.md b/implementations/apollo-server/README.md index 7eb4c415..d267c757 100644 --- a/implementations/apollo-server/README.md +++ b/implementations/apollo-server/README.md @@ -6,7 +6,7 @@
4655 MUST accept application/json and match the content-type47DE SHOULD accept */* and use application/json for the content-type80D8 SHOULD assume application/json content-type when accept is missing82A3 MUST use utf-8 encoding when respondingBF61 MUST accept utf-8 encoded request78D5 MUST assume utf-8 in request if encoding is unspecified2C94 MUST accept POST requests5A70 MAY accept application/x-www-form-urlencoded formatted GET requests9ABE MAY respond with 4xx status code if content-type is not supplied on POST requestsA5BF MAY use 400 status code when request body is missing on POST423L MAY use 400 status code on missing {query} parameterLKJ0 MAY use 400 status code on object {query} parameterLKJ1 MAY use 400 status code on number {query} parameterLKJ2 MAY use 400 status code on boolean {query} parameterLKJ3 MAY use 400 status code on array {query} parameter6C00 MAY use 400 status code on object {operationName} parameter6C01 MAY use 400 status code on number {operationName} parameter6C02 MAY use 400 status code on boolean {operationName} parameter6C03 MAY use 400 status code on array {operationName} parameter4760 MAY use 400 status code on string {variables} parameter4761 MAY use 400 status code on number {variables} parameter4762 MAY use 400 status code on boolean {variables} parameter4763 MAY use 400 status code on array {variables} parameter03D4 MUST accept application/json POST requests34A2 SHOULD allow string {query} parameter when accepting application/graphql-response+json8161 SHOULD allow string {operationName} parameter when accepting application/graphql-response+json2EA1 SHOULD allow map {variables} parameter when accepting application/graphql-response+jsonD6D5 MAY allow URL-encoded JSON string {variables} parameter in GETs when accepting application/graphql-response+json58B0 MAY use 400 status code on string {extensions} parameter58B1 MAY use 400 status code on number {extensions} parameter58B2 MAY use 400 status code on boolean {extensions} parameter58B3 MAY use 400 status code on array {extensions} parameterB6DC MAY use 4xx or 5xx status codes on JSON parsing failureBCF8 MAY use 400 status code on JSON parsing failure8764 MAY use 4xx or 5xx status codes if parameters are invalid3E3A MAY use 400 status code if parameters are invalid865D SHOULD use 4xx or 5xx status codes on document parsing failure when accepting application/graphql-response+json556A SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json428F SHOULD allow map {extensions} parameter when accepting application/graphql-response+json572B SHOULD use 200 status code on document parsing failure when accepting application/jsonFDE2 SHOULD use 200 status code on document validation failure when accepting application/json7B9B SHOULD use a status code of 200 on variable coercion failure when accepting application/jsonD586 SHOULD not contain the data entry on document parsing failure when accepting application/graphql-response+json51FE SHOULD use 4xx or 5xx status codes on document validation failure when accepting application/graphql-response+json74FF SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json5E5B SHOULD not contain the data entry on document validation failure when accepting application/graphql-response+json86EE SHOULD use a status code of 400 on variable coercion failure when accepting application/graphql-response+json6A70 MAY allow URL-encoded JSON string {variables} parameter in GETs when accepting application/json
+9ABE MAY respond with 4xx status code if content-type is not supplied on POST requests
{
"statusText": "OK",
"status": 200,
"headers": {
"vary": "Accept-Encoding",
"transfer-encoding": "chunked",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
- "content-type": "text/html; charset=utf-8",
+ "content-type": "application/json",
"content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
- "body": ""
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
}
22EB SHOULD accept application/graphql-response+json and match the content-type
+A5BF MAY use 400 status code when request body is missing on POST
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
47DE SHOULD accept */* and use application/json for the content-type
+423L MAY use 400 status code on missing {query} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
80D8 SHOULD assume application/json content-type when accept is missing
+LKJ0 MAY use 400 status code on object {query} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
34A2 SHOULD allow string {query} parameter when accepting application/graphql-response+json
+LKJ1 MAY use 400 status code on number {query} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
8161 SHOULD allow string {operationName} parameter when accepting application/graphql-response+json
+LKJ2 MAY use 400 status code on boolean {query} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
94B0 SHOULD allow null {variables} parameter when accepting application/graphql-response+json
+LKJ3 MAY use 400 status code on array {query} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
94B1 SHOULD allow null {operationName} parameter when accepting application/graphql-response+json
+6C00 MAY use 400 status code on object {operationName} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
94B2 SHOULD allow null {extensions} parameter when accepting application/graphql-response+json
+6C01 MAY use 400 status code on number {operationName} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
2EA1 SHOULD allow map {variables} parameter when accepting application/graphql-response+json
+6C02 MAY use 400 status code on boolean {operationName} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
428F SHOULD allow map {extensions} parameter when accepting application/graphql-response+json
+6C03 MAY use 400 status code on array {operationName} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
572B SHOULD use 200 status code on document parsing failure when accepting application/json
+4760 MAY use 400 status code on string {variables} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
FDE2 SHOULD use 200 status code on document validation failure when accepting application/json
+4761 MAY use 400 status code on number {variables} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
7B9B SHOULD use a status code of 200 on variable coercion failure when accepting application/json
+4762 MAY use 400 status code on boolean {variables} parameter
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+4763 MAY use 400 status code on array {variables} parameter
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+6A70 MAY allow URL-encoded JSON string {variables} parameter in GETs when accepting application/json
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+58B0 MAY use 400 status code on string {extensions} parameter
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+58B1 MAY use 400 status code on number {extensions} parameter
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+58B2 MAY use 400 status code on boolean {extensions} parameter
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+58B3 MAY use 400 status code on array {extensions} parameter
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+B6DC MAY use 4xx or 5xx status codes on JSON parsing failure
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+BCF8 MAY use 400 status code on JSON parsing failure
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+8764 MAY use 4xx or 5xx status codes if parameters are invalid
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+3E3A MAY use 400 status code if parameters are invalid
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -444,186 +888,349 @@ The server SHOULD support these, but is not required.
4655 MUST accept application/json and match the content-type
+22EB SHOULD accept application/graphql-response+json and match the content-type
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+94B0 SHOULD allow null {variables} parameter when accepting application/graphql-response+json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
82A3 MUST use utf-8 encoding when responding
+94B1 SHOULD allow null {operationName} parameter when accepting application/graphql-response+json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+94B2 SHOULD allow null {extensions} parameter when accepting application/graphql-response+json
+{
+ "statusText": "OK",
+ "status": 200,
+ "headers": {
+ "vary": "Accept-Encoding",
+ "transfer-encoding": "chunked",
+ "set-cookie": "",
+ "server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
+ "date": "",
+ "content-type": "application/json",
+ "content-encoding": "br",
+ "connection": "keep-alive",
+ "cf-ray": "",
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
+ },
+ "body": {
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
+ }
+}
+
+865D SHOULD use 4xx or 5xx status codes on document parsing failure when accepting application/graphql-response+json
+{
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
BF61 MUST accept utf-8 encoded request
+556A SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
78D5 MUST assume utf-8 in request if encoding is unspecified
+51FE SHOULD use 4xx or 5xx status codes on document validation failure when accepting application/graphql-response+json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
2C94 MUST accept POST requests
+74FF SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
03D4 MUST accept application/json POST requests
+86EE SHOULD use a status code of 400 on variable coercion failure when accepting application/graphql-response+json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
13EE MUST allow string {query} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -631,25 +1238,33 @@ The server MUST support these.
B8B3 MUST allow string {operationName} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -657,25 +1272,33 @@ The server MUST support these.
0220 MUST allow null {variables} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -683,25 +1306,33 @@ The server MUST support these.
0221 MUST allow null {operationName} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -709,25 +1340,33 @@ The server MUST support these.
0222 MUST allow null {extensions} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -735,25 +1374,33 @@ The server MUST support these.
28B9 MUST allow map {variables} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
@@ -761,25 +1408,33 @@ The server MUST support these.
1B7A MUST allow map {extensions} parameter when accepting application/json
{
- "statusText": "Bad Request",
- "status": 400,
+ "statusText": "OK",
+ "status": 200,
"headers": {
"vary": "Accept-Encoding",
- "strict-transport-security": "max-age=15724800; includeSubDomains",
+ "transfer-encoding": "chunked",
"set-cookie": "",
"server": "cloudflare",
+ "last-modified": "Mon, 02 Dec 2024 20:56:39 GMT",
+ "expires": "",
+ "etag": "W/\"cffa996b9fb9470d034909269c4d8d0f\"",
"date": "",
"content-type": "application/json",
- "content-length": "101",
+ "content-encoding": "br",
"connection": "keep-alive",
"cf-ray": "",
- "cf-cache-status": "DYNAMIC",
- "access-control-allow-origin": "*"
+ "cf-cache-status": "HIT",
+ "cache-control": "public, max-age=3600",
+ "age": ""
},
"body": {
- "error": "GraphQL server error (client error): Invalid subgraph name \"sushiswap/exchange/graphql\""
+ "errors": [
+ {
+ "message": "This endpoint has been removed. If you have any questions, reach out to support@thegraph.zendesk.com"
+ }
+ ]
}
}
diff --git a/implementations/thegraph/report.json b/implementations/thegraph/report.json
index 9e6ae4b5..22374362 100644
--- a/implementations/thegraph/report.json
+++ b/implementations/thegraph/report.json
@@ -1,7 +1,7 @@
{
"total": 60,
- "ok": 32,
- "notice": 2,
- "warn": 13,
- "error": 13
+ "ok": 19,
+ "notice": 25,
+ "warn": 9,
+ "error": 7
}