Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update
absinthe
to 1.5 withmix update absinthe
and some changes tomix.exs
. I want to do this update first before continuing development of the API (e.g. Set up telemetry) (See Hubs-Foundation/hubs-cloud#154).Updates made to the
mix.exs
file are explained below:Update
elixir
version inmix.exs
because:absinthe
requires elixir 1.8 (https://github.com/absinthe-graphql/absinthe/#installation)Update
absinthe
to 1.5 so that we gettelemetry
instrumentationChangelog: https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md#changelog
If we want to update
absinthe
to 1.6, I think we have to update toabsinthe_phoenix
to 2.0, which requiresphoenix
1.5+ .Update
absinthe_plug
to 1.5 because it is required forabsinthe
1.5+Changelog: https://github.com/absinthe-graphql/absinthe_plug/blob/master/CHANGELOG.md
Update absinthe_phoenix to 1.5 because it is required for
absinthe
1.5+Changelog: https://github.com/absinthe-graphql/absinthe_phoenix/blob/master/CHANGELOG.md#v150
Phoenix 1.4 version info: https://github.com/absinthe-graphql/absinthe_phoenix/tree/v1.5
Phoenix 1.5 info: https://github.com/absinthe-graphql/absinthe_phoenix#phoenix-15