Dynamic GraphQL Schemas by @nigelsampson compiledexperience.com
When we build a GraphQL service we define our schema, we typically do this via two different mechanisms. The first is often referred to as schema first where we declare the schema using the SDL that may look something like