Skip to content

Commit

Permalink
Create b.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick authored Apr 12, 2024
1 parent c1ca88e commit 3bf9f85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rfcs/test-cases/shareable-basic/federation/b.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
extend schema
@link(
url: "https://specs.apollo.dev/federation/v2.5",
import: ["@key", "@shareable"]
)

type Query {
topLocations: [Location!]!
}

type Location @key(fields: "id") {
id: ID!
description: String! @shareable
}

0 comments on commit 3bf9f85

Please sign in to comment.