From 50ac75a1d4ce1ae3d59991c332ed473adf96cc93 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 10 Oct 2017 15:36:56 +0800 Subject: [PATCH] absinthe: new cheatsheet --- wip/absinthe.md => absinthe.md | 7 +++++++ 1 file changed, 7 insertions(+) rename wip/absinthe.md => absinthe.md (93%) diff --git a/wip/absinthe.md b/absinthe.md similarity index 93% rename from wip/absinthe.md rename to absinthe.md index 7ce0bbee7..a9a91d90f 100644 --- a/wip/absinthe.md +++ b/absinthe.md @@ -2,6 +2,8 @@ title: Absinthe category: Hidden layout: 2017/sheet +tags: [WIP] +updated: 2017-10-10 intro: | [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/) + +## References + + - [Absinthe website](http://absinthe-graphql.org/) _(absinthe-graphql.org)_ + - [GraphQL cheatsheet](./graphql) _(devhints.io)_