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
I have a problem while generating a supergraph from a config yml file.
The rover command return an error: EOF while parsing a value at line 1 column 0
rover supergraph compose --config ./supergraph-config.yaml
⌛ resolving SDL for subgraphs defined in ./supergraph-config.yaml
🎶 composing supergraph with Federation v2.7.7
error: Output from `/Users/vitomanu/.rover/bin/supergraph-v2.7.7 compose` was malformed.
Caused by:
0: /Users/vitomanu/.rover/bin/supergraph-v2.7.7 compose output:
1: EOF while parsing a value at line 1 column 0
This error was unexpected! Please submit an issue with any relevant details about what you were trying to do: https://github.com/apollographql/rover/issues/new/choose
Description
I have a problem while generating a supergraph from a config yml file.
The rover command return an error: EOF while parsing a value at line 1 column 0
An example schema.graphql is attached.
Steps to reproduce
Run this command: rover supergraph compose --config ./supergraph-config.yaml (with previous configuration)
Expected result
Should create the supergraph.graphql file.
Actual result
EOF while parsing a value at line 1 column 0
Environment
Rover Info:
Version: 0.23.0
Install Location: /Users/vitomanu/.rover/bin/rover
OS: Mac OS 14.4.1 [64-bit]
Shell: /bin/zsh
schema.graphql.txt
The text was updated successfully, but these errors were encountered: