Skip to content

Commit

Permalink
chore: Regen report markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 14, 2024
1 parent e378c7c commit eca7e18
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions project-fixtures/react-apollo-prj/GRAPHQL_OPERATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
### GitHubQuery

```graphql
fragment RepositoryFragment on Repository {
description
}

query GitHubQuery($first: Int!) {
viewer {
repositories(first: $first) {
Expand All @@ -14,13 +18,9 @@ query GitHubQuery($first: Int!) {
}
}
}

fragment RepositoryFragment on Repository {
description
}
```

From [src/index.tsx:11:19](src/index.tsx#L11-L22)
From [src/index.tsx:11:19](src/index.tsx#L11-L23)

## Mutations

Expand All @@ -34,19 +34,7 @@ mutation UpdateMyRepository($repositoryId: ID!) {
}
```

From [src/index.tsx:24:22](src/index.tsx#L24-L30)

## Fragments

### RepositoryFragment

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

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

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

0 comments on commit eca7e18

Please sign in to comment.