We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6acb19 commit dd3035cCopy full SHA for dd3035c
README.md
@@ -9,6 +9,22 @@
9
10
A collection of utilities for building GraphQL APIs.
11
12
+**Table of Contents**
13
+
14
+- [Installation](#installation)
15
+- [Usage](#usage)
16
+ - [GraphQL::Extras::Controller](#graphqlextrascontroller)
17
+ - [GraphQL::Extras::AssociationLoader](#graphqlextrasassociationloader)
18
+ - [GraphQL::Extras::Preload](#graphqlextraspreload)
19
+ - [GraphQL::Extras::Types](#graphqlextrastypes)
20
+ - [Date](#date)
21
+ - [DateTime](#datetime)
22
+ - [Decimal](#decimal)
23
+ - [Upload](#upload)
24
+ - [GraphQL::Extras::Test](#graphqlextrastest)
25
+- [Development](#development)
26
+- [Contributing](#contributing)
27
28
## Installation
29
30
Add this line to your application's Gemfile:
0 commit comments