lib/generators/graphql/templates/base_interface.erb in graphql-1.8.6 vs lib/generators/graphql/templates/base_interface.erb in graphql-1.8.7
- old
+ new
@@ -1,3 +1,5 @@
-module Types::BaseInterface
- include GraphQL::Schema::Interface
+module Types
+ module BaseInterface
+ include GraphQL::Schema::Interface
+ end
end