Josh Calder
Josh Calder
Adds an example of extending the HTTP server and the GraphQL Schema to add a WebSocketServer using `ws` in order to add Subscriptions to GraphQL using `graphql-ws/lib/use/ws` This PR also...
##### ISSUE TYPE - Bug Report ##### container.yml ``` version: "2" #defaults: settings: conductor_base: ubuntu:xenial services: db: from: mysql:5.7 volumes: - "{{ DOCKER_DATA_ROOT }}/mysql/data:/var/lib/mysql" environment: MYSQL_ROOT_PASSWORD: "{{ COMMON_MYSQL_MIGRATE_PASS }}" MYSQL_DATABASE:...
##### ISSUE TYPE - Feature Idea ##### container.yml ``` version: "2" #defaults: settings: conductor_base: ubuntu:xenial services: db: from: mysql:5.7 volumes: - "{{ DOCKER_DATA_ROOT }}/mysql/data:/var/lib/mysql" environment: MYSQL_ROOT_PASSWORD: "{{ COMMON_MYSQL_MIGRATE_PASS }}" MYSQL_DATABASE:...
Removes the `graphQLSchemaExtension` export from `@keystone-6/core` in favour of using either `graphql.extend` or `@graphql-tool/schema` directly. This API used `@graphql-tools/schema` to merge custom `typeDefs` and `resolvers` into the keystone-generated GraphQL schema....
This PR continues the context and session work from #8013 The goal of this PR to simplify how keystone handles different session implementations. With that in mind This PR does...
Adds `graphql.typeName` to structured JSON field to allow structured JSON to have global types Note if the types don't match it will cause GraphQL runtime errors, this will also not...
## Supabase Auth This example uses Supabase auth to create and log in the users. Demonstrating how to use a Supabase session within Keystone and NextJS You can then use...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....