File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
packages/web/docs/src/content/specs Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,16 @@ import explorerMetadataFilterImage from '../../../public/docs/pages/specs/link-s
86
86
#### Usage
87
87
88
88
```graphql
89
- extend schema @meta (name : " owner" , content : " noreply@the-guild.dev" )
89
+ extend schema
90
+ @link (url : " https://specs.apollo.dev/link/v1.0" )
91
+ @link (url : " https://specs.apollo.dev/federation/v2.3" )
92
+ @link (url : " https://specs.graphql-hive.com/hive/v1.0" , import : ["@meta" ])
93
+ @meta (name : " owner" , content : " noreply@the-guild.dev" )
94
+
95
+ directive @meta (
96
+ name : String !
97
+ content : String !
98
+ ) repeatable on SCHEMA | OBJECT | INTERFACE | FIELD_DEFINITION
90
99
91
100
type Query {
92
101
user : User @meta (name : "domain" , content : "accounts" ) @meta (name : "priority" , content : "tier-1" )
You can’t perform that action at this time.
0 commit comments