• 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

    Mount - Clojure State Management

    less than 1 minute read

    Commenting, i.e. adding docstrings to multimethods in Clojure

    less than 1 minute read

    Rant about strings. About comment, and work around to comment multimethods

    1 minute read

    Complex multimethod processing, in Clojure

    1 minute read

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