Skip to content

graphile-build@5.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:40
496a21b

Minor Changes

  • #3060
    c21f24c
    Thanks @benjie! - makeSchema now awaits the
    writing of the SDL if enabled by exportSchemaSDLPath

Patch Changes

  • #3092
    79b234e
    Thanks @benjie! - getTypeByName is now allowed to
    be called during construction of a scalar.

  • #3071
    3dff681
    Thanks @benjie! - Previously we used
    rootValue() to represent the Query type; but in GraphQL.js rootValue can be
    null/undefined. Typically you just need a truthy value, so we now use an empty
    object.

  • Updated dependencies
    [350dd8d,
    5f95b1c]:

    • graphile-config@1.1.0