We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84e735 commit b751f8bCopy full SHA for b751f8b
packages/libraries/federation-link-utils/README.md
@@ -35,6 +35,7 @@ type User {
35
36
```typescript
37
// specs.ts
38
+import { detectLinkedImplementations, LinkableSpec } from '@graphql-hive/federation-link-utils'
39
40
const exampleSpec = new LinkableSpec('https://specs.graphql-hive.com/example', {
41
'v0.1': resolveImportName => (typeDefs: DocumentNode) => {
0 commit comments