graphql-java-tools Questions
2
Solved
Model of book from graphql schema
type Book {
id: ID
name: String
pageCount: Int
author: Author
}
So I am having this resolver for Book
public class BookResolver implements BookByIdQueryResol...
Fidelia asked 28/1, 2021 at 10:20
4
Solved
I can't find out how to upload files if i use graphql-java, can someone show me a demo? I will be appreciated!
reference : https://github.com/graphql-java-kickstart/graphql-java-tools/issues/240
...
Rutheruthenia asked 6/8, 2019 at 8:49
1
Solved
Im new to graphql found 2 java implementation
using from official graphql: https://www.graphql-java.com/documentation/v10/
and
https://github.com/graphql-java-kickstart/graphql-java-tools
Like...
Zhdanov asked 18/10, 2018 at 7:11
1
© 2022 - 2024 — McMap. All rights reserved.