Skip to content

Commit cc1d1ac

Browse files
authored
Merge pull request #207 from yarinvak/readme-update
Readme update
2 parents 64e25ec + cf27969 commit cc1d1ac

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,39 @@
1+
![logo](polaris-iconsmalredl.png?raw=true)
2+
# GraphQL Annotations for Java
13
[![Build Status](https://travis-ci.org/graphql-java/graphql-java-annotations.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java-annotations)
24
[![Maven Central](https://img.shields.io/maven-central/v/io.github.graphql-java/graphql-java-annotations.svg?maxAge=3000)]()
3-
# GraphQL Annotations for Java
45

56
[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
67
syntax for GraphQL schema definition.
78

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)
24+
- [Relay Support](#relay-support)
25+
- [Mutations](#mutations)
26+
- [Connection](#connection)
27+
- [Customizing Relay Schema](#customizing-relay-schema)
28+
829
## Getting Started
930

1031

1132
(Gradle syntax)
1233

1334
```groovy
1435
dependencies {
15-
compile "io.github.graphql-java:graphql-java-annotations:6.1"
36+
compile "io.github.graphql-java:graphql-java-annotations:6.2"
1637
}
1738
```
1839

@@ -22,7 +43,7 @@ dependencies {
2243
<dependency>
2344
<groupId>io.github.graphql-java</groupId>
2445
<artifactId>graphql-java-annotations</artifactId>
25-
<version>6.1</version>
46+
<version>6.2</version>
2647
</dependency>
2748
```
2849

polaris-iconsmalredl.png

10.6 KB
Loading

0 commit comments

Comments
 (0)