Releases: graphile/crystal
Release list
postgraphile@5.1.4
grafast@1.1.2
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
graphile-build-pg@5.1.3
grafast@1.1.1
Patch Changes
-
#3119
53ffec5
Thanks @benjie! - Grafast now exports
variableValues()helper to make moving from GraphQL.js resolvers to Grafast
plan resolvers easier. -
#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.
postgraphile@5.1.2
graphile-build@5.1.1
graphile-build-pg@5.1.2
postgraphile@5.1.1
Patch Changes
-
#3107
a56df3a
Thanks @benjie! - In development,
$pgSelect.orderBy(...)now has some runtime validation rather than relying
solely on types. -
#3107
dca7492
Thanks @benjie! - Fix bug inaddPgTableOrderBy
that meant that an override for thenullableparameter would be ignored. -
#3105
0b00895
Thanks @benjie! - Introduce
build.getPgCodecByDatabaseName helper. -
#3108
c67c6ef
Thanks @benjaie! - Turn getGraphQLTypeByPgCodec
situations into a string union with central registry so it can be
autocompleted. -
#3112
cc61adc
Thanks @benjie! - Add@isIndexedsmart tag so
columns and foreign key constraints can be treated as if they are indexed even
if they aren't (for the purposes of the default index behavior plugin) -
Updated dependencies
[a56df3a,
dca7492,
d228173,
0b00895,
c67c6ef,
cc61adc,
5d0f9bc]:- @dataplan/pg@1.1.1
- graphile-utils@5.0.3
- graphile-build-pg@5.1.1