Using enumerated types in GraphQL mutations

Mutations in GraphQL allow us to update data on our back-end. As with any other service, we want to ensure that any data we receive is in an expected and consistent format, constrained by rules we’ve implemented. [Read More]

Dipping into Azure Functions

Cloud all the time…. We know that developers love the cloud, and serverless is the next step in relieving the pain associated with managing infrastructure. Sure, serverless doesn’t mean there aren’t any servers - there are - we (as devs) just dont need to worry about that underlying infrastructure and... [Read More]