igor-starostenko/report_factory

View on GitHub
app/graphql/types/mutation_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

Types::MutationType = GraphQL::ObjectType.define do
  name 'Mutation'
  # field :renameProject, field: Mutations::RenameProject.field
end