Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanauskas authored May 13, 2021
1 parent 2db28e0 commit b58a83f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# graphql-fragments-manager
# gql-fragments-manager

`graphql-fragments-manager` helps with managing fragment dependencies when declaring graphql Queries, Mutations, Subscriptions
`gql-fragments-manager` helps with managing fragment dependencies when declaring graphql Queries, Mutations, Subscriptions

## Example:

```javascript
import { buildFragment, includeFragments } from 'graphql-fragments-manager'
import { buildFragment, includeFragments } from 'gql-fragments-manager'

const UserPhotoVersionFragment = buildFragment(
gql`
Expand Down

0 comments on commit b58a83f

Please sign in to comment.