graphqlite
graphqlite copied to clipboard
Use PHP Attributes/Annotations to declare your GraphQL API
See #532. Currently, factories require a `Type` annotation on the target class. This is problematic if a field of that class is typed as an `Input` type. One possible solution...
Hey, I'm having a weird issue with input types where I get the exception in the title "Cached type in the registry is not the type returned by type mapper"....
The GraphQL Cursor connections spec is supported by lot of clients to implement pagination, it is useful for the server to provide an api which adheres to this specification since...
Hi, Since the update to **webonyx/graphql-php v15**, the `category` property is missing from `extensions` node in response. The lib has removed the `category` node ( see [upgrade guide v14 ->...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.0 What's Changed Check for fatal on every line of stderr of the git command by @ben-z in...
Hey, guys. I'm pretty sure I'm writing to wrong repository, but there is the issue with caching library, that no one care in that repo. I'm just trying to speed...
PR #664 causes huge performance regressions, ~~earlier the class list was cached (using apcu or php files adapter), it isn't anymore~~. I initially thought it was due to the changes...
I'm just trying to get my head around this library works, I tried adding a static type defition mapping like so: ``` $myStaticTypeMapper = new StaticTypeMapper(); $myStaticTypeMapper->setTypes([ Example::class => new...