• Skip to primary navigation
  • Skip to content
  • Skip to footer
Clojure Diary Clojure Diary
  • 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

    Understanding Clojure reduce better

    less than 1 minute read

    Parsing GraphQL with Clojure

    less than 1 minute read

    Three personal software products I created with Clojure

    less than 1 minute read

    factorial in Clojure. Using memonize. Numeric Data Types.

    less than 1 minute read

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