4 messages · Page 1 of 1 (latest)
I resolved this.
instead of type User = Schema['User']
you do type User = Schema['User']["type"]
✅ - Gen 2 - How can I get client types for GraphQL Fields?