You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into n+1 problem even though i have data-loader done that is being ignored by auto-relay.
I want first 2 state of each country.I have 243 countries.
Thanks in advance.
`
query getCountry($cursor: String, $id: String) {
getCountry {
name
I run into n+1 problem even though i have data-loader done that is being ignored by auto-relay.
I want first 2 state of each country.I have 243 countries.
Thanks in advance.
`
query getCountry($cursor: String, $id: String) {
getCountry {
name
}
}
`
The text was updated successfully, but these errors were encountered: