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

graphql response extensions #50

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

a8t3r
Copy link
Contributor

@a8t3r a8t3r commented Jan 28, 2025

#48

@a8t3r a8t3r changed the title Issue 48 grapql response extensions grapql response extensions Jan 28, 2025
@a8t3r a8t3r changed the title grapql response extensions graphql response extensions Jan 28, 2025
@ermadmi78
Copy link
Owner

ermadmi78 commented Jan 28, 2025

It was a first step. You have added extensions field on DTO level. The next step is to propagate extensions to entity level.
To do it, we have to add __extensions() function to Query, Mutation and Subscription entity interfaces. (see __context() function as example)
This is a difficult task. Do you need my help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants