This commit is contained in:
Mayel 2021-05-29 12:07:47 +02:00
parent 95ecf3bd8c
commit e060b981ae
2 changed files with 8 additions and 2 deletions

3
.gitignore vendored
View file

@ -62,4 +62,5 @@ deps.path*
.nix-hex/
.nix-mix/
.direnv/
.bash_history
.bash_history
schema.graphql

View file

@ -1,4 +1,9 @@
import Config
schema = Bonfire.GraphQL.Schema
config :bonfire_api_graphql,
graphql_schema_module: Bonfire.GraphQL.Schema
graphql_schema_module: schema
config :absinthe,
schema: schema