apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

Support renaming `@link`

Open martinbonnin opened this issue 2 years ago • 0 comments

Support this:

extend schema
  @magic(url: “https://specs.apollo.dev/link/v1.0”, as: “magic”)
  @magic(url: “https://specs.apollo.dev/federation/v2.0”, as: “fed2”)
type Product @fed2__key(fields: "id") {
  id: ID! 
}

martinbonnin avatar Jun 06 '22 14:06 martinbonnin