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
When a graph push or subgraph push fails, we don't really have any context beyond the plain text that studio returns. It looks like:
Error: Failed while pushing to Apollo Studio. To see a full printout of the schema attempting to push, rerun with `--log debug`
Caused by:
encountered a GraphQL error, registry responded with: Could not parse as a GraphQL schema. Are you sure that your proposed schema is a parsable GraphQL schema?
It'd be nice to have a more custom error experience here, with more instructions
The text was updated successfully, but these errors were encountered:
@lrlna I don't think so necessarily, but I also don't think we really need to work on this error state too much. I don't think we'll be able to return any more info about invalid schemas than what studio returns to us, so I'm fine with closing this
Originally from #108 (comment)
When a
graph push
orsubgraph push
fails, we don't really have any context beyond the plain text that studio returns. It looks like:It'd be nice to have a more custom error experience here, with more instructions
The text was updated successfully, but these errors were encountered: