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
$ rover subgraph publish my-federated-graph@my-variant --schema schema.graphql --name empty --routing-url http://127.0.0.1/error: Could not read SDL from schema.graphqlCaused by: '' was empty
proposed better error message
$ rover subgraph publish my-federated-graph@my-variant --schema schema.graphql --name empty --routing-url http://127.0.0.1/error[E0XX]: Invalid schema: 'schema.graphql' is an empty file. Make sure your schema file is populated with the subgraph schema you are trying to publish.
The text was updated successfully, but these errors were encountered:
current error message:
proposed better error message
The text was updated successfully, but these errors were encountered: