📄️ Aliases
Aliases are supported via the .as method - any field (including methods) can be renamed by
📄️ Fields and field helpers
The standard syntax to select fields is to add them to the returned list result.
📄️ Interfaces
Notes on unions and inheritance
📄️ Named query
For debugging and metric purposes, its useful to be able to give your query a name.
📄️ Schema roots
The schema roots for queries, mutations and subscriptions can be accessed using the query, mutation and subscription functions.
📄️ Unions
📄️ Variables
typed-graphql-builder is capable of inferring the type of a variable based on its position in the