• Skip to primary navigation
  • Skip to content
  • Skip to footer
Clojure Diary Clojure Diary
  • Search
  • Book
  • Code
  • Videos
  • Donate

    Beginning GraphQL with curl and Clojure ring

    less than 1 minute read

    Notes

    A sample curl request to a GraphQL endpoint

    curl -X POST \
    -H "Content-Type: application/json" \
    -d '{"query": "{ hello }"}' \
    http://localhost:4125/graphql
    
    • gurl
    • ring app code
    • jq

    Updated: July 12, 2025

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    My understanding of XTDB (Immutable Databases)

    less than 1 minute read

    garden CSS library for Clojure, and Liberation, my Clojure pet project

    less than 1 minute read

    Calculating rate of change in Clojure

    less than 1 minute read

    macro based decorator in Clojure

    1 minute read

    • Feed
    © 2026 Clojure Diary. Powered by Jekyll & Minimal Mistakes.