Skip to content

Commit

Permalink
Update schema.graphql
Browse files Browse the repository at this point in the history
Signed-off-by: sthwang-metal <126002920+sthwang-metal@users.noreply.github.com>
  • Loading branch information
sthwang-metal authored Oct 29, 2024
1 parent 3fbf235 commit 35f553b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,11 @@ type LoadBalancer implements Node & MetadataNode
id: ID!
}

type PrivateInterface implements Node & IPAddressable
@key(fields: "id")
@prefixedID(prefix: "ecnsini") {
id: ID!
}

extend schema
@link(url: "https://specs.apollo.dev/federation/v2.3", import: ["@key"])

0 comments on commit 35f553b

Please sign in to comment.