Use Arguments in a GraphQL Mutation

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

The second argument in a GraphQL resolver is an object containing any arguments passed in from the client. These arguments can be used to pass data to the resolver to be persisted to the datastore. This lesson demonstrates how to pass arguments from a GraphQL mutation on the client to a resolver on the server and how to operate on those arguments on the server.