freder
10/17/2017, 4:38 PMrole
. so I have an enum:
enum UserRole {
ADMIN
USER
}
and a signup function that has a role
argument. however, I am encountering this message: "Schema Extension Error for function 'signup': Relations are currently not supported. Field 'role'"
will this be supported (soon)? + what's the workaround in the meantime? creating the user without a role first, and then doing another mutation?mwickett
10/17/2017, 4:41 PMfreder
10/17/2017, 5:04 PMagartha
10/17/2017, 5:44 PM