alex-knowles / starwars_graphql_absinthe

An Elixir implementation of the GraphQL Star Wars example schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars GraphQL example server, in Absinthe

An Elixir web server implementation of the Star Wars example schema from https://graphql.org/.

See also

Installation

git clone https://github.com/alex-knowles/starwars_graphql_absinthe
cd starwars_graphql_absinthe
mix deps.get

Running the server

mix phx.server

The server will run on port 4000.

In your browser, navigate to http://localhost:4000/graphiql

About

An Elixir implementation of the GraphQL Star Wars example schema


Languages

Language:Elixir 100.0%