gqlgen Questions
3
Solved
I'm trying to Preload data from a One to Many relationship, yet I always get an "ApiKeys: unsupported relations for schema Client" error. (The reason structs are pointers is because I'm u...
Racklin asked 26/3, 2021 at 3:4
1
I have Golang project which I am trying to deploy to Google Cloud Run. For this project the idea is to test image building and running before even deploying it to cloud run. Now building this image...
Piscary asked 23/2 at 10:9
1
I have web server written in golang which uses graphql package gqlgen and gorm for database.
Since golang can be compiled and run on android I wanted to create offline version of my app where sqlit...
1
Solved
I am new to GraphQL, gqlgen library. Tried running go run github.com/99designs/gqlgen init command but getting validation failed: packages.Load: C:\Users\Aylin\Desktop\gqlgen-tutorial\graph\prelude...
1
in this case I am using
Echo
mongo-driver (MongoDB)
gqlgen graphql type safe
is there any simple example for testing my Mutation and Query ? I do love to get advices for this. I have tried to ...
Gallman asked 12/6, 2020 at 16:49
0
I have this one-to-many reference relationship in graphql with Mongo go driver.
type User {
id: ObjectID!
email: String!
username: String!
posts: [Post!]!
}
type Post {
id: ObjectID!
author:...
1
© 2022 - 2024 — McMap. All rights reserved.