Skip to content

0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 19:37
4614725

0.28.0 (2024-06-06)

Breaking Change

  • #811: Unified Deriving
    • πŸ‘€ @nalchevanidze

    • **breaking change:**

      directive defintinitions are required to be associated with DIRECTIVE type.

      instance GQLType MyDirective where
        type KIND Deprecated = DIRECTIVE

New features

  • #836: Add Suffixes directive
    • πŸ‘€ @eunmin
    • Hi~! :) I'm having a great time with morpheus-graphql. This time I wanted to rename a type, so I tried to use Prefixes, Rename, DropNamespaces, but there was nothing suitable, so I created the Suffixes directive. Please take a look and merge or comment. Thanks.
  • #849: Feature: disable introspection
    • πŸ‘€ @nalchevanidze

    • In production, introspection can lead to safety problems, this function allows disabling introspection by configuration.

      you can disable introspection on your apps by : disableIntrospection function

Bug Fixes

Minor Changes