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
An easy way would be to have a Map<K,V>, but since this is not possible, having an array of an abject is also doable.
Map<K,V>
Something like contributions: [AssetContributions!] @derivedFrom(field: "entity") on a given entity, and
contributions: [AssetContributions!] @derivedFrom(field: "entity")
type AssetContributions @entity { id: ID! asset: Bytes! amount: BigDecimal! entity: dont-know-yet! }
see impactMarket/smart-contracts-dao#91 for reference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An easy way would be to have a
Map<K,V>
, but since this is not possible, having an array of an abject is also doable.Something like
contributions: [AssetContributions!] @derivedFrom(field: "entity")
on a given entity, andsee impactMarket/smart-contracts-dao#91 for reference
The text was updated successfully, but these errors were encountered: