-
Notifications
You must be signed in to change notification settings - Fork 315
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
"non-public interface is not defined by the given loader " when using input Projections for Mutations #333
Comments
Stack trace:
|
We're now using the correct classloader instead of the contextual class loader to get proper access to the code base that exposes the interface. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use a projected payload interface for input mappings for a given mutation.
Given the following Schema:
And the following mutation defined in the controller:
With the following graphql call on the client side:
and the query variables defined:
I get the following error response:
I am following this guidance from the docs : https://docs.spring.io/spring-graphql/docs/1.0.0-M5/reference/html/#controllers-schema-mapping-projectedpayload-argument
^^ is there something I'm missing to get this to work?
The text was updated successfully, but these errors were encountered: