Skip to content

Commit 1a07903

Browse files
committed
Add missing import in factories schema
1 parent 75e51fe commit 1a07903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-factories/factories.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extend schema
22
@link(
33
url: "https://specs.grafbase.com/composite-schemas/v1"
4-
import: ["@derive"]
4+
import: ["@derive", "@key"]
55
)
66
@link(
77
url: "https://grafbase.com/extensions/rest/0.4.1"

0 commit comments

Comments
 (0)