We implemented most of the query tree for the AZdev GraphQL API in chapter 7. It’s now time to implement the mutation operations we planned, starting with the userCreate
mutation to enable AZdev users to create an account and use other mutations (and queries) that require authenticated requests.