summaryrefslogtreecommitdiff
path: root/app/graphql/types/base_input_object.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/base_input_object.rb')
-rw-r--r--app/graphql/types/base_input_object.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/graphql/types/base_input_object.rb b/app/graphql/types/base_input_object.rb
new file mode 100644
index 00000000000..309e336e6c8
--- /dev/null
+++ b/app/graphql/types/base_input_object.rb
@@ -0,0 +1,4 @@
+module Types
+ class BaseInputObject < GraphQL::Schema::InputObject
+ end
+end