morpheus-graphql icon indicating copy to clipboard operation
morpheus-graphql copied to clipboard

Haskell GraphQL Api, Client and Tools

Results 48 morpheus-graphql issues
Sort by recently updated
recently updated
newest added

this introduces the metacoq types but still not deriving. error is : /mnt/data1/2023/07/22/morpheus-graphql/examples/scotty/src/Server/Mythology/API.hs:112:7: error: • No instance for (morpheus-graphql-server-0.27.3:Data.Morpheus.Server.Deriving.Utils.GRep.GRep GQLType (morpheus-graphql-server-0.27.3:Data.Morpheus.Server.Types.GQLType.GQLResolver (morpheus-graphql-app-0.27.3:Data.Morpheus.App.Internal.Resolving.Resolver.Resolver morpheus-graphql-core-0.27.3:Data.Morpheus.Types.Internal.AST.OperationType.QUERY () IO)) (morpheus-graphql-app-0.27.3:Data.Morpheus.App.Internal.Resolving.Resolver.Resolver morpheus-graphql-core-0.27.3:Data.Morpheus.Types.Internal.AST.OperationType.QUERY () IO (morpheus-graphql-app-0.27.3:Data.Morpheus.App.Internal.Resolving.Types.ResolverValue...

I am trying to create an GQL app following the »NamedResolver« Pattern, as shown [in the docs](https://morpheusgraphql.com/server#named-resolvers) and in [this example](https://github.com/morpheusgraphql/morpheus-graphql/blob/main/examples/scotty/src/Server/NamedResolvers/Posts.hs). I'd like to access the database Connection within a...

https://github.com/morpheusgraphql/morpheus-graphql/pull/766#issuecomment-1505539336

How do we define a custom record wrapper? I see that there is the `EncodeWrapper` and `DecodeWrapper` type classes, by I'm not sure if this is the full story: https://hackage.haskell.org/package/morpheus-graphql-0.18.0/docs/Data-Morpheus-Types.html#t:EncodeWrapper...

( thanks for the work on this amazing library! I love it :) ) Suppose I have two insert queries: ``` mutation InsertA ($id: uuid!) { insert_a_one (object: {id: $id})...

Bumps [ws](https://github.com/websockets/ws) from 8.11.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

How are named resolvers supposed to be used with `Maybe` fields? Given that `NamedResolverT` must be instantiated with a `m (NamedRef a)`, if the value is of type `Maybe x`,...

This amazing library does not appear to fully support [the october 2021 version of the spec](https://spec.graphql.org/October2021/#sec-Interfaces), since the parser does not handle `implements` declarations on interfaces ("interfaces implementing interfaces" were...