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
Better performance in complex queries by caching the form fields.
Enable filtering/pagination with Gatsby (which arbitrarily limits non-top level queries)
What is your proposed solution?
We will need to add a unique Global ID.
We will likely want to move to a new, namespaced GraphQL type ,while deprecating the existing to give people time to upgrade.
We might need to move the Form Field values to their own Type, possibly on the edge. While we got rid of these in the past because they were unweildly to use, the new interfaces introduced in v0.12 could create a better DX this time.
What alternatives have you considered?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Don't think still need root-level connections now that the children are valid nodes - even for gatsby - but if there is demonstrated need we can re open this.
What problem does this address?
What is your proposed solution?
What alternatives have you considered?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: