Skip to content
New issue

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

Feat: Access to the info object (graphqlResolveInfo) #59

Closed
LowLifeArcade opened this issue Dec 26, 2024 · 3 comments
Closed

Feat: Access to the info object (graphqlResolveInfo) #59

LowLifeArcade opened this issue Dec 26, 2024 · 3 comments
Assignees
Labels
⭐ goal: addition Addition of new feature 🟧 priority: high Stalls work on the project or its dependents released 🏁 status: ready for de Ready for work

Comments

@LowLifeArcade
Copy link

The graphQL info object will help make more consice database queries depending on the graphQL query.

Requirements:

  • Access to the info object an idiomatic Pylon way (currently being implemented through context)
  • @schettn to add details

NOTES:
Current work will be exposing this through the hono context for users to create helper methods on top of.

Relates to Resolver Chains discussion

@LowLifeArcade LowLifeArcade changed the title Feat: Access the info object (graphqlResolveInfo) Feat: Access to the info object (graphqlResolveInfo) Dec 26, 2024
@schettn schettn self-assigned this Dec 26, 2024
@schettn schettn added 🟧 priority: high Stalls work on the project or its dependents 🏁 status: ready for de Ready for work ⭐ goal: addition Addition of new feature labels Dec 26, 2024
Copy link

🎉 This issue has been resolved in version @getcronit/pylon-v2.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@schettn
Copy link
Contributor

schettn commented Dec 26, 2024

See: Example Usage

Copy link

🎉 This issue has been resolved in version graphql-resolve-info-v1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ goal: addition Addition of new feature 🟧 priority: high Stalls work on the project or its dependents released 🏁 status: ready for de Ready for work
Projects
None yet
Development

No branches or pull requests

2 participants