This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
module Types
class MutationType < Types::BaseObject
field :create_book, mutation: Mutations::CreateBook
end
end
view raw
mutation_type.rb
hosted with ❤ by
GitHub