Mutations In part 3 we: Setup and configured Django Graphene Installed GraphiQL playground Wrote automated tests for GraphQL queries Created the types and schemas for GraphQL queries Using PyTest, ran tests for the all our Todo app’s GrapQL queries Introduced… Continue Reading →
Mutations In order to post data to a server with Graphql we use a process called mutations which are similar to the query process we defined in our last post. TDD Graphene Mutations We’ll begin by writing a test for… Continue Reading →
© 2025 Leeson Research