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

Version Packages #305

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Version Packages #305

merged 1 commit into from
Apr 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 25, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@0no-co/graphqlsp@1.12.0

Minor Changes

  • Add support for defining multiple indepenent schemas through a new config property called schemas, you can
    pass a config like the following:
    {
      "name": "@0no-co/graphqlsp",
      "schemas": [
        {
          "name": "pokemons",
          "schema": "./pokemons.graphql",
          "tadaOutputLocation": "./pokemons-introspection.d.ts"
        },
        {
          "name": "weather",
          "schema": "./weather.graphql",
          "tadaOutputLocation": "./weather-introspection.d.ts"
        }
      ]
    }
    The LSP will depending on what graphql() template you use figure out what API you are reaching out to.
    Submitted by @JoviDeCroock (See #303)
  • Expose findAllCallExpressions on @0no-co/graphqlsp/api
    Submitted by @kitten (See #308)
  • Expand support for gql.tada API. GraphQLSP will now recognize graphql()/graphql.persisted() calls regardless of variable naming and support more obscure usage patterns
    Submitted by @kitten (See #309)

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from fd7c413 to 1bad60f Compare April 26, 2024 06:59
@JoviDeCroock JoviDeCroock merged commit 847a476 into main Apr 26, 2024
@JoviDeCroock JoviDeCroock deleted the changeset-release/main branch April 26, 2024 09:53
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.

None yet

1 participant