Skip to content

Releases: graphile/crystal

postgraphile@5.1.4

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:36
b279723

Patch Changes

  • #3038
    c90768b
    Thanks @benjaie! - Add new inhibitOnEmpty and
    inhibitIf early exit helpers to Grafast.

  • Updated dependencies
    [c90768b]:

    • grafast@1.1.2

grafast@1.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:36
b279723

Patch Changes

  • #3038
    c90768b
    Thanks @benjaie! - Add new inhibitOnEmpty and
    inhibitIf early exit helpers to Grafast.

postgraphile@5.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:44
9dad93f

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/loadMany that were allowing steps to become Step<Promise<TData>>
    rather than Step<TData>. Steps will never represent a promise.

  • #3118
    1ad8bce
    Thanks @benjie! - Adds parentType to
    FieldInfo so 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

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:44
9dad93f

Patch Changes

  • #3121
    4b6f5bf
    Thanks @benjie! - Allow PostgreSQL enum table
    with no values... catch at GraphQL layer.

grafast@1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:44
9dad93f

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/loadMany that were allowing steps to become Step<Promise<TData>>
    rather than Step<TData>. Steps will never represent a promise.

  • #3118
    1ad8bce
    Thanks @benjie! - Adds parentType to
    FieldInfo so it's easier to emulate GraphQLResolveInfo when migrating to
    Grafast.

postgraphile@5.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:07
3ac9b18

Patch Changes

  • #3113
    fce4f8c
    Thanks @benjie! - Add more details to scope of
    row-by-unique accessor fields

  • #3114
    10cab4a
    Thanks @benjie! - Node accessor fields now get
    additional scopes (for better plugin hooking).

  • Updated dependencies
    [fce4f8c,
    10cab4a]:

    • graphile-build-pg@5.1.2
    • graphile-build@5.1.1

graphile-build@5.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:07
3ac9b18

Patch Changes

  • #3114
    10cab4a
    Thanks @benjie! - Node accessor fields now get
    additional scopes (for better plugin hooking).

graphile-build-pg@5.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:07
3ac9b18

Patch Changes

postgraphile@5.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:38
05b8bcf

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 in addPgTableOrderBy
    that meant that an override for the nullable parameter 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 @isIndexed smart 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

graphile-utils@5.0.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:38
05b8bcf

Patch Changes

  • #3107
    dca7492
    Thanks @benjie! - Fix bug in addPgTableOrderBy
    that meant that an override for the nullable parameter would be ignored.