Skip to content

Releases: n1ru4l/graphql-public-schema-filter

v2.0.0

06 May 19:14
e76b6e1
Compare
Choose a tag to compare

Major Changes

Patch Changes

v1.1.0

02 Dec 16:09
84e76a6
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.0.0

28 Sep 13:43
58cfbeb
Compare
Choose a tag to compare

Major Changes

v0.4.0

04 Aug 08:02
bb8edd0
Compare
Choose a tag to compare

Minor Changes

  • 04a3f8f: support hiding non null arguments

v0.3.1

29 Jul 09:56
b0e12f5
Compare
Choose a tag to compare

Patch Changes

  • a07141a: update to latest graphql-tools version

v0.3.0

28 Jul 06:12
372766f
Compare
Choose a tag to compare

Minor Changes

  • 345fda6: BREAKING: remove directiveToExtensionsTransform, the buildPublicSchema now checks both extension fields and directive usages.

    BREAKING: Change function parameter signature for buildPublicSchema to an object, allow overwriting the isPublic function which is used to determine whether a field should be public based on extensions and or schema directives.

Patch Changes

  • 345fda6: handle interface fields annotated with directives

v0.2.0

28 Jul 05:16
a112aee
Compare
Choose a tag to compare

Minor Changes