Mutations

Mutations are defined using the schema definition language. You can find the mutations definition at ceiba/sdl/Mutation.graphql

Mutations involved a change in the database state, requested by the client. All the mutations required authentication.