absinthe: new cheatsheet

This commit is contained in:
Rico Sta. Cruz 2017-10-10 15:36:56 +08:00
parent 4695a9efdb
commit 50ac75a1d4
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@
title: Absinthe title: Absinthe
category: Hidden category: Hidden
layout: 2017/sheet layout: 2017/sheet
tags: [WIP]
updated: 2017-10-10
intro: | intro: |
[Absinthe](http://absinthe-graphql.org/) allows you to write GraphQL servers in Elixir. [Absinthe](http://absinthe-graphql.org/) allows you to write GraphQL servers in Elixir.
--- ---
@ -147,3 +149,8 @@ end
``` ```
See: [Mutations](http://absinthe-graphql.org/tutorial/mutations/) See: [Mutations](http://absinthe-graphql.org/tutorial/mutations/)
## References
- [Absinthe website](http://absinthe-graphql.org/) _(absinthe-graphql.org)_
- [GraphQL cheatsheet](./graphql) _(devhints.io)_