Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

How to use enum in external functions like signup, login etc in schema.graphql with its index.ts #571

Closed Anujraval24 closed 4 years ago

Anujraval24 commented 5 years ago

How we can use enum type in schema.graphql with custom extensions or functions ?

My code is shows here :

types.graphql schema Signup.graphql schema

when i deploy the graphcool deploy, I got an error saying Global ✖ Schema Extension Error for function 'signupUser': Relations are currently not supported. Field 'accessRole'