IHP GraphQL is a prototype of a standalone IHP GraphQL Server.

image (43).png

You can give it a spin using a prebuilt docker container:

  1. Download image:

    curl "<https://ihp-website.s3.eu-west-1.amazonaws.com/ihp-graphql-builds/2022-03-07.tar.gz>" | docker load
    
  2. Start container:

    docker run -p 8000:8000 -p 8001:8001 app:x8va4ln1wvj3k0kai11i24phwxbb87mj
    
  3. Open http://localhost:8001/

    In your browser the familiar IHP dev tools provide a GraphQL Server over IHP DataSync (WebSockets for low latency) or alternatively like other GraphQL servers via HTTP at http://localhost:8000/api/graphql (e.g. if you make a request from Postman it will just work).

    It's still missing a lot, but it's enough to be useful already

If you have any feedback, let us know by commenting on this notion page or sending an email!