Skip to content

Commit 56c9513

Browse files
committed
chore: Added inline/preloadable
1 parent 2996b2b commit 56c9513

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/META-INF/relay modern directives schema.graphql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ directive @relay(
3737
mask: Boolean
3838
) on FRAGMENT_DEFINITION | FRAGMENT_SPREAD
3939

40+
directive @inline on FRAGMENT_DEFINITION
41+
4042
directive @match on FIELD
4143

4244
directive @module(
@@ -56,4 +58,6 @@ directive @stream(
5658
label: String!
5759
initial_count: Int!
5860
if: Boolean = true
59-
) on FIELD
61+
) on FIELD
62+
63+
@preloadable on QUERY

0 commit comments

Comments
 (0)