Skip to content

Commit

Permalink
Change sub-domain for schema reporting from engine-graphql to edge-se…
Browse files Browse the repository at this point in the history
…rver-reporting.api
  • Loading branch information
sachindshinde committed Jun 10, 2020
1 parent f106a97 commit 75242ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-engine-reporting/src/schemaReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class SchemaReporter {

this.url =
schemaReportingEndpoint ||
'https://engine-graphql.apollographql.com/api/graphql';
'https://edge-server-reporting.api.apollographql.com/api/graphql';

this.serverInfo = serverInfo;
this.executableSchemaDocument = schemaSdl;
Expand Down

0 comments on commit 75242ec

Please sign in to comment.