graphql/hive/docs/get-started/apollo-federation #5612
Replies: 1 comment 1 reply
-
The extend type User @key(fields: "id") {
id: ID! @external
username: String @external
reviews: [Review]
} Upon attempting to publish this subgraph to Hive, these errors occur:
Additionally, the screenshot associated with the statement, "If you’ll get to your target’s page on Hive dashboard, you should see that it was updated with the new schema you just published," displays types such as This leads to the question: Are one, or both, of the provided example schema files incomplete? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graphql/hive/docs/get-started/apollo-federation
Hive Documentation
https://the-guild.dev/graphql/hive/docs/get-started/apollo-federation
Beta Was this translation helpful? Give feedback.
All reactions