Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created November 20, 2018 18:10
Show Gist options
  • Save garethpbk/1ecdb8125788ccfe5c942748d301a8eb to your computer and use it in GitHub Desktop.
Save garethpbk/1ecdb8125788ccfe5c942748d301a8eb to your computer and use it in GitHub Desktop.
<div>
<h2>Add a New User</h2>
<Mutation mutation={CREATE_USER_MUTATION}>
{createUser => (
<CreateUser
createUser={createUser}
createNewUser={this.createNewUser}
state={this.state}
handleChange={this.handleChange}
/>
)}
</Mutation>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment