You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support multiple custom contexts, changing DefaultDgsGraphQLContextBuilder with another class should be available.
Describe Preferred Solution
For that, DgsGraphQLContextBuilder interface should be made and many codes that depend on DefaultDgsGraphQLContextBuilder should depend on DgsGraphQLContextBuilder interface.
It meansDefaultDgsGraphQLContextBuilder became a just one of implementation of DgsGraphQLContextBuilder.
Describe Alternatives
I have no idea.
The text was updated successfully, but these errors were encountered:
nallwhy
changed the title
feature: Replace DefaultDgsGraphQLContextBuilder with DgsGraphQLContextBuilder interface
feature: Extract interface from DefaultDgsGraphQLContextBuilderOct 4, 2022
I'm not sure I understand the use case. You can already build a custom context using the context builder. I don't quite see the need for a different implementation of the DefaultDgsGraphQLContextBuilder.
Describe the Feature Request
To support multiple custom contexts, changing
DefaultDgsGraphQLContextBuilder
with another class should be available.Describe Preferred Solution
For that,
DgsGraphQLContextBuilder
interface should be made and many codes that depend onDefaultDgsGraphQLContextBuilder
should depend onDgsGraphQLContextBuilder
interface.It means
DefaultDgsGraphQLContextBuilder
became a just one of implementation ofDgsGraphQLContextBuilder
.Describe Alternatives
I have no idea.
The text was updated successfully, but these errors were encountered: