Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Release 0.25.0 #787

Merged
merged 2 commits into from
Oct 31, 2022
Merged

Publish Release 0.25.0 #787

merged 2 commits into from
Oct 31, 2022

Conversation

github-actions[bot]
Copy link
Contributor

0.25.0 (2022-10-31)

Breaking Change

  • #784: custom directive for default values
    • 👤 @nalchevanidze
    • - 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

    • ## 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