Skip to content

Commit

Permalink
Merge pull request #1227 from Quramy/update_report
Browse files Browse the repository at this point in the history
chore: Update example report md
  • Loading branch information
Quramy committed Mar 15, 2024
2 parents 6f50fb3 + 24af608 commit 54fa9be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions project-fixtures/react-apollo-prj/GRAPHQL_OPERATIONS.md
Expand Up @@ -36,5 +36,17 @@ mutation UpdateMyRepository($repositoryId: ID!) {

From [src/index.tsx:25:22](src/index.tsx#L25-L31)

## Fragments

### RepositoryFragment

```graphql
fragment RepositoryFragment on Repository {
description
}
```

From [src/index.tsx:5:32](src/index.tsx#L5-L9)

---
Extracted by [ts-graphql-plugin](https://github.com/Quramy/ts-graphql-plugin)

0 comments on commit 54fa9be

Please sign in to comment.