/sample-phoenix-api

Elixir/Phoenix API serving one GraphQL posts query

Primary LanguageJavaScript

Sample Phoenix API

Installed Plugins

  • Absinthe Plug

GraphQL end-point on the root URL

GraphQL Query

query{ posts{ title, body } }