Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabit committed Apr 25, 2019
1 parent 58a781a commit 75d4393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ class App extends React.Component {
);
}
}

export default App
```

## Performing mutations
Expand All @@ -526,7 +528,7 @@ import { createPet as CreatePet } from './graphql/mutations'

const CLIENT_ID = uuid()

// create initial state
// update initial state
state = {
name: '', description: '', pets: []
}
Expand Down

0 comments on commit 75d4393

Please sign in to comment.