Provide some logging option for GraphQlQuery
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 15
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 10
Description
Currently there is no easy option to print out how the GraphQL query in GraphQlQuery object looks like.
Use case:
I am building GraphQlQuery and would like to print the query out and check it visually or use int in GraphQl explorer on the server.
I used query.calculate_query() but it wasn't too obvious.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the GraphQlQuery object and its calculate_query() method, which the issue identifies as the current way to obtain the query. Check how the calculated query is represented and where a logging or inspection option can fit. Done means a user can easily print or copy the generated GraphQL query for visual checking or use in GraphQL Explorer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100