]> Git — Sourcephile - gargantext.git/commit
impl: fix breaking changes with morpheus-graphql-core >=0.25
authorJulien Moutinho <julm+gargantext@sourcephile.fr>
Mon, 3 Jul 2023 21:45:24 +0000 (23:45 +0200)
committerJulien Moutinho <julm+gargantext@sourcephile.fr>
Fri, 7 Jul 2023 14:54:14 +0000 (16:54 +0200)
commit30dcc3ec3a67d518b7dfc3df0d3fdf15c860beb8
tree486806c2b0816e48438b8340ea823237eddc779e
parent396f702cd3800c3c24a40e87378df3aff7652200
impl: fix breaking changes with morpheus-graphql-core >=0.25

- morpheus-graphql-core-0.25 replaced Type Options with GQL Directives,
  see: https://github.com/morpheusgraphql/morpheus-graphql/pull/766

- morpheus-graphql-server is needed.

- `Undefined` is now opaque, `defaultRootResolver` being the new way to
  avoid defining fields.
gargantext.cabal
src/Gargantext/API/Admin/Orchestrator/Types.hs
src/Gargantext/API/GraphQL.hs
src/Gargantext/API/GraphQL/UserInfo.hs
src/Gargantext/API/GraphQL/Utils.hs
src/Gargantext/Core/Types/Individu.hs
src/Gargantext/Core/Utils/Prefix.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Contact.hs
src/Gargantext/Database/Admin/Types/Hyperdata/User.hs
src/Gargantext/Database/Schema/User.hs