You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no Query is defined in the GQL schema, deployment fails with error There is no top level schema object defined. AppSync does not pickup the Mutation, nor Subscription operations without the Query operation being present as well.
the GQL schema is explicitly defined without the Query operation, deployment fails with error A schema MUST have a 'query' operation defined.
the GQL schema is explicitly defined with empty Query operation, then the „Queries“ page in AppSync API console fails to load
When:
Query
is defined in the GQL schema, deployment fails with errorThere is no top level schema object defined.
AppSync does not pickup the
Mutation
, norSubscription
operations without theQuery
operation being present as well.schema
is explicitly defined without theQuery
operation, deployment fails with errorA schema MUST have a 'query' operation defined.
schema
is explicitly defined with emptyQuery
operation, then the „Queries“ page in AppSync API console fails to loadBugs reproduction
All 3 scenarios are demonstrated in this bug reproduction here: https://github.com/testuj-to/appsync-missing-query
The text was updated successfully, but these errors were encountered: