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 using the --graph-ref option for rover dev, the federation_version used for composition defaults to what is defined in GraphOS and ignores the value defined in your local supergraph.yaml
Steps to reproduce
Start with any new graph in GraphOS, you just need 1 subgraph
Description
When using the
--graph-ref
option forrover dev
, thefederation_version
used for composition defaults to what is defined in GraphOS and ignores the value defined in your localsupergraph.yaml
Steps to reproduce
schema.graphql
file locally:supergraph.yaml
file locally:rover dev
commandrover dev
output will default to the value set in GraphOS and ignored the alpha versionExpected result
rover dev --graph-ref
should always use thefederation_version
defined in the local supergraph config fileActual result
rover dev --graph-ref
ignores thefederation_version
value defined in the local supergraph config fileEnvironment
The text was updated successfully, but these errors were encountered: