svelte-add / graphql-server

⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ (out of date) A command to add a GraphQL server to your Svelte project
MIT License
31 stars 1 forks source link

Contentful CMS with svelte-add graphql. #10

Closed EdwinFdoGarcia closed 3 years ago

EdwinFdoGarcia commented 3 years ago

I want to integrate SvelteKit to a Contentful CMS with svelte-add graphql.

it's possible! Thanks

babichjacob commented 3 years ago

I don't know what Contentful is, but if they have an API you can query, you can indeed "repackage" it as a GraphQL API through your SvelteKit server.

EdwinFdoGarcia commented 3 years ago

Thanks! contentful.io is a headless cms that delivers its graphql api to integrate it into any framework.

babichjacob commented 3 years ago

You can already fetch from it without svelte-add/graphql then. This is for adding your own GraphQL server to your SvelteKit project, and not for integrating with an existing one.