archethic-foundation / archethic-foundation/archethic-node
GraphQL query: Support of Nested Query
Open
external contribution
- Dominant language
- Elixir
- Stars
- 82
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
It seems that the current implementation of GraphQL didn't support nested query like this
`lastTransaction(address:"xxxxxx")
{
chainLength
transactionChain
{
address
}
}`
It will be nice to support this.
Contributor guide
Research direction
The issue provides a nested GraphQL query example but names no files or tests. Start by locating the Elixir GraphQL query implementation and its transaction-chain handling, then use the example query to verify that nested transactionChain.address results are returned correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir, graphql
- Domain
- api, blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100