Scalar CMS gives you full control over content with a streamlined, API-first experience—perfect for teams who want speed without sacrificing flexibility.
query MyQuery($slug: String = "") { post(where: { slug: $slug }) { slug title createdAt excerpt content { html } coverImage { altText url width height } } }