is there a limitation around having multiple unique fields on a schema? it was working fine with us with id, email, but we're adding a facebook-user-id to the mix, which is also unique. and having "weird" error
"Cannot query field 'facebookUserId' on type 'User'. (line 4, column 5):\n facebookUserId\n ^",
l
lawjolla
05/16/2018, 8:05 PM
Is that the end of the error?
v
veksen
05/16/2018, 8:37 PM
yeah, very unsure about it all, however, got to get it working on my own environment (that was on my colleague's computer), it works, now -- clueless
l
lawjolla
05/16/2018, 8:43 PM
And was that error from a dev playground query?
n
nilan
05/22/2018, 1:10 PM
sounds like an outdated schema.graphql or prisma.graphql file