Skip to content

Publish Release 0.25.0#787

Merged
nalchevanidze merged 2 commits intomainfrom
publish-release/0.25.0
Oct 31, 2022
Merged

Publish Release 0.25.0#787
nalchevanidze merged 2 commits intomainfrom
publish-release/0.25.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

0.25.0 (2022-10-31)

Breaking Change

  • #784: custom directive for default values
    • 👤 @nalchevanidze
    • Details - new custom directive DefaultValue - GQL printer supports defaultValues - deprecated - FieldVisitor provides - TH may require importing directive type DefaultValue
  • #786: Named resolvers support batching

Minor Changes

  • #785: refactor: clean up
    • 👤 @nalchevanidze

    • Details ## remove deprecated:

      main:

      • toGraphQLDocument
      • GQL_KIND
      • OUTPUT
      • INPUT
      • INTERFACE
      • UNION
      • INPUT_OBJECT
      • OBJECT
      • ENUM

      core:

      • errorMessage
      • globalErrorMessage
      • Failure
      • failure

      server:

      • GQLType
        • description
        • getDescriptions
        • typeOptions
        • getDirectives
        • defaultValues
      • unsafeInternalContext
      • GQLTypeOptions
      • defaultTypeOptions
      • fieldLabelModifier
      • constructorTagModifier
      • typeNameModifier,

      client:

      • gql
      • defineByDocument,
      • defineByDocumentFile
      • defineByDocumentFile'
      • defineByIntrospection
      • defineByIntrospectionFile
      • defineByIntrospectionFile'

@nalchevanidze nalchevanidze marked this pull request as ready for review October 31, 2022 16:02
@nalchevanidze nalchevanidze merged commit 8c65056 into main Oct 31, 2022
@nalchevanidze nalchevanidze deleted the publish-release/0.25.0 branch October 31, 2022 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Batching of resolvers / data fetching

2 participants