Skip to content

Commit

Permalink
Add declaration for @typeResolver directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinai authored Jul 17, 2019
1 parent f653ac8 commit f25f779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/GraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ directive @resolver(class: String="") on QUERY
| ENUM_VALUE
| INPUT_OBJECT
| INPUT_FIELD_DEFINITION

directive @typeResolver(class: String="") on INTERFACE

type Query {
}
Expand Down

0 comments on commit f25f779

Please sign in to comment.