HoudiniGraphql / houdini

The disappearing GraphQL framework
http://www.houdinigraphql.com
MIT License
913 stars 99 forks source link

Support '.graphqls' file extension #1382

Closed gschulze closed 3 weeks ago

gschulze commented 3 weeks ago

Fixes #1381

Adds support for *.graphqls files in tooling.

changeset-bot[bot] commented 3 weeks ago

🦋 Changeset detected

Latest commit: d8097aa544daf9ef3ca5e466b9a136127ccf1670

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages | Name | Type | | ----------------------------------- | ----- | | houdini | Patch | | houdini-adapter-auto | Patch | | houdini-adapter-cloudflare | Patch | | houdini-adapter-node | Patch | | houdini-adapter-static | Patch | | houdini-react | Patch | | houdini-svelte | Patch | | houdini-plugin-svelte-global-stores | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

netlify[bot] commented 3 weeks ago

Deploy Preview for houdini-docs-next canceled.

Name Link
Latest commit d8097aa544daf9ef3ca5e466b9a136127ccf1670
Latest deploy log https://app.netlify.com/sites/houdini-docs-next/deploys/6720a87c30afd6000823a600
netlify[bot] commented 3 weeks ago

Deploy Preview for houdinigraphql canceled.

Name Link
Latest commit d8097aa544daf9ef3ca5e466b9a136127ccf1670
Latest deploy log https://app.netlify.com/sites/houdinigraphql/deploys/6720a87cdda78700086d9783
AlecAivazis commented 3 weeks ago

Oh, i just realized we'll need a changeset file. Mind adding one quickly so I can merge this?

gschulze commented 3 weeks ago

Oh, i just realized we'll need a changeset file. Mind adding one quickly so I can merge this?

I've never worked with changesets before, otherwise I'd have done it already. Where do I need to put it?

SeppahBaws commented 3 weeks ago

Oh, i just realized we'll need a changeset file. Mind adding one quickly so I can merge this?

I've never worked with changesets before, otherwise I'd have done it already. Where do I need to put it?

Just run pnpm changeset in the repo and walk through the steps for adding a patch change

gschulze commented 3 weeks ago

@AlecAivazis I added the changeset - I assume it's a patch. Would be nice if we could have a release of this change soon :)

SeppahBaws commented 3 weeks ago

Looks like you just need to run the prettier script for formatting, and then we can merge this 🙂

gschulze commented 3 weeks ago

Looks like you just need to run the prettier script for formatting, and then we can merge this 🙂

Done.