python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use graphql subscriptions on large objects correctly with Apollo?
I am querying a large object with some relational fields (which are also relational sometimes). So I get a result like this:
largeObject{
field1
field2
field3
children1{
field1
field2
...
izidormaklary
Votes: 0
Answers: 0
graphql: single mutation or one mutation per type
I have a GraphQL schema like this:
type User {
id: ID
name: String
email: String
addresses: [UserAddress]
}
type UserAddress {
id: ID
city: String
country: String
}
I always have doubts abo...
kurtko
Votes: 0
Answers: 1
Convenient format for validation errors
I'm developing application with next tech stack:
Backend (NestJs, GraphQL)
Frontend (React, Apollo^3.5.0)
I have REST and Gql apis. I'm stacked in defining errors format for both apis types: REST an...

NooNoo
Votes: 0
Answers: 0
Why helmet blocks apollo api
Could u please tell me why helmet blocks apollo api at localhost:4000/api? When i comment helmet it works fine as before.
It appears that you might be offline. POST to this endpoint to query your grap...
SimonZ89
Votes: 0
Answers: 2