Federation and Node interface #1968
Unanswered
theprobugmaker
asked this question in
Q&A
Replies: 1 comment
-
You have to create a function called
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
I'm trying to use the Relay Connections specification for pagination with gqlgen + entgo (from this tutorial: https://entgo.io/docs/tutorial-todo-gql-node) but when I create an
interface Node
that the typeUser
implements, I'm getting an error.What did you expect?
I need the
Node
type to work with the Relay Connections specification.Minimal graphql.schema and models to reproduce
versions
gqlgen version
? 0.16.0go version
1.17Beta Was this translation helpful? Give feedback.
All reactions