[Vuejs]-Can we use Statamic CMS ( as a backend) and Vue with GraphQL on the frontend for the website?

0👍

Yes, Statamic has built-in support for GraphQL. There’s documentation on how the GraphQL API works here.

Statamic doesn’t care what you’re using to consume the GraphQL API (you could use Vue/React/Vanilla/whatever you want).

Leave a comment