You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@
6
6
[GraphQL-Java](https://github.com/andimarek/graphql-java) is a great library, but its syntax is a little bit verbose. This library offers an annotations-based
7
7
syntax for GraphQL schema definition.
8
8
9
+
10
+
## Table Of Contents
11
+
-[Getting Started](#getting-started)
12
+
-[Defining Objects](#defining-objects)
13
+
-[Defining Interfaces](#defining-interfaces)
14
+
-[Defining Unions](#defining-unions)
15
+
-[Fields](#fields)
16
+
-[Custom DataFetcher](#custom-data-fetcher)
17
+
-[Type Extensions](#type-extensions)
18
+
-[Defining Extensions in Annotation](#defining-extensions-in-annotations)
19
+
-[Data Fetching with Extensions](#data-fetching-with-extensions)
20
+
-[Type Inference](#type-inference)
21
+
-[Directives](#directives)
22
+
-[Creating/Defining a GraphQL Directive](#creatingdefining-a-graphqldirective)
23
+
-[Wiring with Directives](#wiring-with-directives)
0 commit comments