You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In issue #6 we propose a method for retrieving labels in a preferred language. However there is another issue, which is what language should we use for our schema generation?
To expand our schemas derive fields and graphql ENUM names from labels in the data too. #6 only talks about what label is chosen when the query executes. This issue is about how to pick a language for the schema generation.
There are several options:
TODO enumerate options
The text was updated successfully, but these errors were encountered:
NOTE: we will need to collapse unicode diacretic marks into ascii for graphql (as only a subset of ASCII is valid in GraphQL queries) we can do so with a map like this:
In issue #6 we propose a method for retrieving labels in a preferred language. However there is another issue, which is what language should we use for our schema generation?
To expand our schemas derive fields and graphql ENUM names from labels in the data too. #6 only talks about what label is chosen when the query executes. This issue is about how to pick a language for the schema generation.
There are several options:
The text was updated successfully, but these errors were encountered: