From f25f779c4a08b28c3ecdc5fdc197fc24ce206c8c Mon Sep 17 00:00:00 2001 From: Vinai Kopp Date: Wed, 17 Jul 2019 11:07:57 +0200 Subject: [PATCH] Add declaration for @typeResolver directive --- app/code/Magento/GraphQl/etc/schema.graphqls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/code/Magento/GraphQl/etc/schema.graphqls b/app/code/Magento/GraphQl/etc/schema.graphqls index ab9b163a21654..c7f92a755144d 100644 --- a/app/code/Magento/GraphQl/etc/schema.graphqls +++ b/app/code/Magento/GraphQl/etc/schema.graphqls @@ -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 { }