The names of GraphQL object types corresponding to TypeScript inline types are generated by excluding any non-alphanumeric characters.Documentation Index
Fetch the complete documentation index at: https://deepkit-graphql.js.org/llms.txt
Use this file to discover all available pages before exploring further.
For comparison, see referenced types.
Example
Pick<User, 'id'> of the getUserId query is not a valid object type name.
To resolve this, non-alphanumeric characters are excluded, resulting in the generated name PickUserid.

