what's the purpose of the `@description` in the pr...
# orm-help
w
what's the purpose of the
@description
in the prisma datamodel? is it meant to be served as description for the fields? 'Coz that be great! 🙂
n
Hey 👋 where did you find information about a
@description
directive?
w
um 😳 vscode, it suggests
@description
when i write
datamodel.graphql
i thought that's part of prisma, now might be that it comes from some plugin that suports graphql
✔️ 1
just checked, only graphql plugin i have is one made by you guys
GraphQL
a
On a side note, a description might not be the worst idea. Afaik it's only done with comments today, ye?
w
i think it would give more verbose and descriptive data model as well it can be added to the schema which would improve schema documentation and understanding what is what.