Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajena committed Sep 10, 2024
1 parent eb274da commit 59ec6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/apollo-federation/service_field_v2_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ def execute_sdl(schema)
<<~GRAPHQL,
extend schema
@link(url: "https://specs.apollo.dev/federation/v2.3", import: ["@inaccessible", "@tag"])
type Product @federation__key(fields: "upc") {
upc: String!
}
type Query {
product: Product
}
Expand All @@ -82,6 +84,7 @@ def execute_sdl(schema)
_service: _Service!
test: String!
}
"""
The sdl representing the federated service capabilities. Includes federation
directives, removes federation types, and includes rest of full schema after
Expand Down

0 comments on commit 59ec6f2

Please sign in to comment.