Skip to content

How can I implement GraphQL types by ignoring interfaces out of my hands? #1331

Answered by dariuszkuc
wickedev asked this question in Q&A
Discussion options

You must be logged in to vote

Hello 👋
As per the error - your class User implements SimpleUserDetails ignored interface which in turn extends the UserDetails interface which is not ignored. You would need to also add GraphQLIgnore annotations to UserDetails interface (or use custom schema generator hook to customize the schema generation behavior).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wickedev
Comment options

Answer selected by wickedev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1330 on January 01, 2022 19:51.