Skip to content

Commit f25f779

Browse files
authored
Add declaration for @typeResolver directive
1 parent f653ac8 commit f25f779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/GraphQl/etc/schema.graphqls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ directive @resolver(class: String="") on QUERY
3636
| ENUM_VALUE
3737
| INPUT_OBJECT
3838
| INPUT_FIELD_DEFINITION
39+
40+
directive @typeResolver(class: String="") on INTERFACE
3941

4042
type Query {
4143
}

0 commit comments

Comments
 (0)