failed to load schema: graph/schema.graphqls:yyy: Undefined type Int64 #2128
Unanswered
iamjenechka
asked this question in
Q&A
Replies: 2 comments
-
Probably it's the answer: #924 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
never the less, it will generate a function with a *string variable on the input and a similar on a return Probably I expected int64.. and I don't know why is better to return *string instead of *Int64... If somebody can explain it, it will be great. |
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?
failed to load schema: graph/schema.graphqls:148: Undefined type Int64.
What did you expect?
I expected a successful generation
Minimal graphql.schema and models to reproduce
type Mutation {
doSometing (id: Int64): Int64!
versions
go run github.com/99designs/gqlgen version
?go version
?Beta Was this translation helpful? Give feedback.
All reactions