Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created March 9, 2023 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxloncar/2542254c76d97038a7eef4beceac531f to your computer and use it in GitHub Desktop.
Save maxloncar/2542254c76d97038a7eef4beceac531f to your computer and use it in GitHub Desktop.
MutationType file
module Types
class MutationType < Types::BaseObject
field :create_book, mutation: Mutations::CreateBook
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment