Strawberry provides some utility functions to help you build your GraphQL
server. All tools can be imported from strawberry.tools
create_type
Create a Strawberry type from a list of fields.
Example:
merge_types
Merge multiple Strawberry types into one. Example: