graphile-engine icon indicating copy to clipboard operation
graphile-engine copied to clipboard

Monorepo home of graphile-build, graphile-build-pg, graphile-utils, postgraphile-core and graphql-parse-resolve-info. Build a high-performance easily-extensible GraphQL schema by combining plugins!

Results 71 graphile-engine issues
Sort by recently updated
recently updated
newest added

Adding a default value for a condition (e.g. `fields.includeArchived = { type: GraphQLBoolean, defaultValue: false}`) doesn't apply unless you pass an empty condition object (e.g. `{myCollection { ... } }`...

bug

### Summary At the company where I work we are using postgprahile graphql subscriptions (using simple subscriptions) for chat messaging. We are experiencing some serious problems with scaling and want...

question

## Description Changes the `condition` argument so that it has a `defaultValue` of `{}` (but [coerced to a value respecting child defaultValues](https://github.com/graphql/graphql-js/issues/385#issuecomment-726741458)), this means that `defaultValue` inside of a `*Condition`...

See #673. `@uniqueKey` has to be explicitly supported in each location, whereas `@unique` mods the introspection results so anything building on introspection results automatically inherits it.

### Feature description Make it more obvious to users of makeExtendSchemaPlugin when they've done something wrong; for example referencing a type that doesn't exist, or using the wrong keyword. ###...

enhancement

### Feature description When an entry is added to an Enum table tagged with `@enum`, the schema does not refresh even when the server is running in watch mode. I've...

add-to-docs

I'm submitting a ... * [x] bug report * [ ] feature request * [ ] question PostGraphile version: 4.5.4 Minimal SQL file that can be loaded into a clean...

enhancement
help wanted

I'm submitting a ... * [ ] bug report * [x] feature request * [ ] question PostGraphile version: v4.4.0 Given the following SQL ```sql CREATE TABLE languages("id" SMALLINT PRIMARY...

enhancement

I'm submitting a ... * [x] Bug * [x] feature request PostGraphile version: Library: 4.6.0 Steps to reproduce: config `ignoreIndexes: false` ``` CREATE TABLE web.tb ( bid VARCHAR(64) PRIMARY KEY...

revisit-in-v5

Hi there, Recently we've been implementing a more sophisticated system to implement security layers on Postgres level. However, the plugin ```PgMutationUpdateDeletePlugin.js``` requires you to have rights on all columns as...

discussion
consider-for-v5
✅ plugin-available