Join Slack
Powered by
Here is an example of "masking" from the prisma ex...
# orm-help
z
zak.singh
08/07/2018, 7:17 AM
Here is an example of "masking" from the prisma examples:
https://github.com/prismagraphql/prisma/blob/master/examples/authentication/src/schema/schema.graphql
n
nikolasburk
08/07/2018, 7:17 AM
Hi Zak, no that’s not necessary!
nikolasburk
08/07/2018, 7:18 AM
In fact, it’s not even possible. The directives are only valid in the Prisma data model! You can’t use them in the
application schema
(schema.graphql)
nikolasburk
08/07/2018, 7:20 AM
I recently answered a similar question on Stackoverflow:
https://stackoverflow.com/questions/51529533/graphql-cli-output-does-not-produce-unique/
z
zak.singh
08/07/2018, 7:23 AM
That's what I assumed. Thanks!
👍 1
Open in Slack
Previous
Next