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
Yeah, that is not implemented. I use mutations differently using the "mutation" construct from this package. As I have usually 4-5 mutations per component that seemed to be a better option. Once I'll have a bit of time I'll look into this.
If I try to use the
grapqhl
hoc with a mutation my app crashes upon initialization withUncaught (in promise) Error: Must contain a query definition.
For example:
If I use the graphql hoc from react-apollo this error does not occur.
The text was updated successfully, but these errors were encountered: