debian-mirror-gitlab/app/graphql/types/mutation_type.rb
2018-11-08 19:23:39 +05:30

8 lines
122 B
Ruby

module Types
class MutationType < BaseObject
graphql_name "Mutation"
# TODO: Add Mutations as fields
end
end