summaryrefslogtreecommitdiff
path: root/app/graphql/types/base_interface.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/base_interface.rb')
-rw-r--r--app/graphql/types/base_interface.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/types/base_interface.rb b/app/graphql/types/base_interface.rb
new file mode 100644
index 00000000000..69e72dc5808
--- /dev/null
+++ b/app/graphql/types/base_interface.rb
@@ -0,0 +1,5 @@
+module Types
+ module BaseInterface
+ include GraphQL::Schema::Interface
+ end
+end