graphqlite
graphqlite copied to clipboard
Use PHP Attributes/Annotations to declare your GraphQL API
Hello! Don't know if I overlooked a thing: I have a value object that I want to expose via type. Value object is rather simple: ```php class Value { public...
Can i set JSON_UNESCAPED_UNICODE for all graphql responses somehow?
Hey. Currently, if a user wants to store custom information in the context, they either need to: - extend the `Context` class that `graphqlite` provides - but this breaks as...
How can i specify the description (for schema) for my enum?
Hi, I recently made an observation that `ScalarType::parseValue()` is called twice for custom scalars. This is due to webonyx/graphql already resolving ScalarType and EnumType by itself while GraphQLite is trying...
Maybe the `GraphQLite\SchemaFactory::devMode` and `GraphQLite\SchemaFactory::prodMode` could accept an optional parameter like this: ```php function devMode(bool $v = true); function prodMode(bool $v = true); ``` This way, instead of: ```php $schemaFactory...
We currently have breaking tests related to this lib. There is no reason to continue to support it. Security support for PHP 8.0 has long passed and ends for 8.1...