Class: GraphQL::Schema::Mutation

letslearngraphql

Class: GraphQL::Schema::Mutation

Define the mutation: class Mutations::CreateComment < GraphQL::Schema::Mutation argument :body, String, required: true argument :post_id, ID, …

 

Read More Google Alert – graphql