Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit c5bf561

Browse files
committed
gen examples
1 parent 37d0059 commit c5bf561

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

example/github/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
View reference documentation to learn about the data types available in your GraphQL API schema.
44

55

6-
- [Query](example/github/queries.md)
7-
- [Mutations](example/github/mutations.md)
8-
- [Objects](example/github/objects.md)
9-
- [Interfaces](example/github/interfaces.md)
10-
- [Enums](example/github/enums.md)
11-
- [Unions](example/github/unions.md)
12-
- [Input objects](example/github/input_objects.md)
13-
- [Scalars](example/github/scalars.md)
6+
- [Query](queries.md)
7+
- [Mutations](mutations.md)
8+
- [Objects](objects.md)
9+
- [Interfaces](interfaces.md)
10+
- [Enums](enums.md)
11+
- [Unions](unions.md)
12+
- [Input objects](input_objects.md)
13+
- [Scalars](scalars.md)

example/starwars/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
View reference documentation to learn about the data types available in your GraphQL API schema.
44

55

6-
- [Query](example/starwars/queries.md)
7-
- [Objects](example/starwars/objects.md)
8-
- [Interfaces](example/starwars/interfaces.md)
9-
- [Scalars](example/starwars/scalars.md)
6+
- [Query](queries.md)
7+
- [Objects](objects.md)
8+
- [Interfaces](interfaces.md)
9+
- [Scalars](scalars.md)

0 commit comments

Comments
 (0)