I followed the Apollo documentation to provide two mutations (createUser
then signInUser
) on a single React component, but one mutation (the "outer" one - signInUser) is not accessible to my code (this.props.signInUser is not a function
). Maybe my server-side-enabled setup is masking one mutation, but I don't see where. Help appreciated :)
See full code here.