Skip to content

Commit b751f8b

Browse files
committed
Add import to example in README
1 parent a84e735 commit b751f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/libraries/federation-link-utils/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ type User {
3535

3636
```typescript
3737
// specs.ts
38+
import { detectLinkedImplementations, LinkableSpec } from '@graphql-hive/federation-link-utils'
3839

3940
const exampleSpec = new LinkableSpec('https://specs.graphql-hive.com/example', {
4041
'v0.1': resolveImportName => (typeDefs: DocumentNode) => {

0 commit comments

Comments
 (0)