debian-mirror-gitlab/app/graphql/types/mutation_type.rb

8 lines
122 B
Ruby
Raw Normal View History

2018-11-08 19:23:39 +05:30
module Types
class MutationType < BaseObject
graphql_name "Mutation"
# TODO: Add Mutations as fields
end
end