We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DataSource
@firebase_map
type user @GQLifyModel { tags: [String!]! @firebase_map(value: true) }
It will save tags in Map<string, boolean> instead of string[]
tags
Map<string, boolean>
string[]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Goal
DataSource
instance can understand directives in datamodelUse case
@firebase_map
It will save
tags
inMap<string, boolean>
instead ofstring[]
The text was updated successfully, but these errors were encountered: