mantle-sdk icon indicating copy to clipboard operation
mantle-sdk copied to clipboard

allow graphql arguments to be passed onto proper nested entites, rather than top level

Open kjessec opened this issue 4 years ago • 1 comments

If an indexer output is inlined by another entity, the graphql arguments are merged to the top level. This behaviour:

  • reduces granularity of graphql queries; filters on nested/relational entities cannot work properly
  • blocks deep level KVIndex generation as root level kvIndexEntry will always take precedence

kjessec avatar Oct 20 '20 03:10 kjessec