-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directive to support pluralizing names #3574
Comments
Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it. |
Bumping this one. Very relevant to fix! Just torched ~90 mins on this one. Probably will take a look myself later on as this issue doesn't look like it got any attention. |
Bump |
Since I am deep into that code, I am changing it so that if an entity type has a name whose plural is identical we add |
Today in subgraph schema definition if you use word like
metadata
as an entity name it will not generate a plural for the query that can return a list of items is not generated. This is potentially because there is no plural for that word that can be generated.It would be nice if
@entity
directive could support taking an argument to which we can give a name for what to name plural type.The text was updated successfully, but these errors were encountered: