platform

GraphQL platform - Schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs

MIT License

Downloads
264.6K
Stars
419

Bot releases are visible (Hide)

platform - @graphql-hive/[email protected] Latest Release

Published by theguild-bot 6 months ago

Minor Changes

  • #4573 06d465e Thanks @kamilkisiela! - Break @graphql-hive/client into library-specific packages:

    • @graphql-hive/core - Core functionality
    • @graphql-hive/apollo - Apollo Client integration
    • @graphql-hive/yoga - Yoga Server integration
    • @graphql-hive/envelop - Envelop integration

    Migration steps are available in the README of each package.

  • #4494 c5eeac5 Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

  • #4573 06d465e Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 useYogaHive, createYogaHive is now useHive and createHive

    Migration

    Migration steps are available in the README.

    - import { useYogaHive, createYogaHive } from '@graphql-hive/client';
    + import { useHive, createHive } from '@graphql-hive/yoga';
    

Patch Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

  • #4573 06d465e Thanks @kamilkisiela! - Break @graphql-hive/client into library-specific packages:

    • @graphql-hive/core - Core functionality
    • @graphql-hive/apollo - Apollo Client integration
    • @graphql-hive/yoga - Yoga Server integration
    • @graphql-hive/envelop - Envelop integration

    Migration steps are available in the README of each package.

  • #4494 c5eeac5 Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

  • #4573 06d465e Thanks @kamilkisiela! - Migration

    Migration steps are available in the README.

    - import { useHive } from '@graphql-hive/client';
    + import { useHive } from '@graphql-hive/envelop';
    

Patch Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

Patch Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

  • #4573 06d465e Thanks @kamilkisiela! - Break @graphql-hive/client into library-specific packages:

    • @graphql-hive/core - Core functionality
    • @graphql-hive/apollo - Apollo Client integration
    • @graphql-hive/yoga - Yoga Server integration
    • @graphql-hive/envelop - Envelop integration

    Migration steps are available in the README of each package.

  • #4494 c5eeac5 Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

  • #4573 06d465e Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 hiveApollo is now useHive

    Migration

    Migration steps are available in the README.

    - import { hiveApollo } from '@graphql-hive/client';
    + import { useHive } from '@graphql-hive/apollo';
    

Patch Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

Patch Changes

  • #4564 5262934 Thanks @kamilkisiela! - Fix auto-detection of client name and version based on x-graphql-client-{name,version} header in Apollo Server integration
platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 6 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 7 months ago

Minor Changes

  • #4383 ff480e9 Thanks @kamilkisiela! - Introducing hive dev command - compose local subgraphs with subgraphs from the registry.
platform - @graphql-hive/[email protected]

Published by theguild-bot 7 months ago

Minor Changes

  • #4176 df0ea91 Thanks @n1ru4l! - Support usage reporting for incremental delivery (@defer/@stream) operations with GraphQL Yoga

  • #4176 df0ea91 Thanks @n1ru4l! - Add APIs for reporting subscription usage.
    The Hive client will now report the usage of Subscription operations to GraphQL Hive.

    We recommend referring to the corresponding documentation of your server framework for configuration adjustments.

platform - @graphql-hive/[email protected]

Published by theguild-bot 7 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 8 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 8 months ago

Patch Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 9 months ago

Patch Changes

  • #3809 b5d1061 Thanks @n1ru4l! - Do not report operations that do not pass GraphQL validation.
platform - @graphql-hive/[email protected]

Published by theguild-bot 10 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 10 months ago

Minor Changes

  • #3543 6895ee3 Thanks @kamilkisiela! - Support Apollo Client directives in operations:check command (pass --apolloClient flag)
platform - @graphql-hive/[email protected]

Published by theguild-bot 11 months ago

Patch Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 11 months ago

Minor Changes

platform - @graphql-hive/[email protected]

Published by theguild-bot 11 months ago

Minor Changes

  • 00520b9
    Thanks @n1ru4l! - Print warning when pull request number can not be
    resolved.
platform - @graphql-hive/[email protected]

Published by theguild-bot 11 months ago

Minor Changes

  • #3359
    21d246d
    Thanks @n1ru4l! - Associate schema checks with context ID for
    remembering approved breaking schema changes for subsequent schema checks when running the
    schema:check command.

    If you are using the --github flag, all you need to do is to upgrade to this version. The
    context will be automatically be the pull request scope.

    On pull request branch GitHub Action:

    hive schema:check --github ./my-schema.graphql
    

    If you are not using GitHub Repositories and Actions, you can manually provide a context ID with
    the --contextId flag.

    hive schema:check --contextId "pull-request-69" ./my-schema.graphql
    

    Learn more in the product update.

Package Rankings
Top 2.59% on Npmjs.org
Related Projects