postgraphile@5.1.3
Patch Changes
-
#3119
53ffec5
Thanks @benjie! - Grafast now exports
variableValues()helper to make moving from GraphQL.js resolvers to Grafast
plan resolvers easier. -
#3121
4b6f5bf
Thanks @benjie! - Allow PostgreSQL enum table
with no values... catch at GraphQL layer. -
#3085
711f932
Thanks @benjie! - Fix types in
loadOne/loadManythat were allowing steps to becomeStep<Promise<TData>>
rather thanStep<TData>. Steps will never represent a promise. -
#3118
1ad8bce
Thanks @benjie! - AddsparentTypeto
FieldInfoso it's easier to emulate GraphQLResolveInfo when migrating to
Grafast. -
Updated dependencies
[53ffec5,
4b6f5bf,
711f932,
1ad8bce]:- grafast@1.1.1
- graphile-build-pg@5.1.3