Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/915
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Apr 22, 2024
1 parent dfb2ef8 commit bcc0c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions deps.git
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ forecastr = "https://github.com/bonfire-networks/forecastr"

ex_aws = "https://github.com/bonfire-networks/ex_aws"

openid_connect = "https://github.com/DockYard/openid_connect"
6 changes: 5 additions & 1 deletion lib/web/graphql_schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ if Application.compile_env(:bonfire_api_graphql, :modularity) != :disabled and
:user,
# :organisation,
:category,
:tag
:tag,
:poll
# :spatial_thing,
# :intent,
# :process,
Expand Down Expand Up @@ -219,6 +220,9 @@ if Application.compile_env(:bonfire_api_graphql, :modularity) != :disabled and
%Bonfire.Classify.Category{} ->
:category

%Bonfire.Poll.Question{} ->
:poll

# %Bonfire.Tag{} -> :tag
# %ValueFlows.Planning.Intent{} -> :intent
# %ValueFlows.Process{} -> :process
Expand Down

0 comments on commit bcc0c97

Please sign in to comment.