This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install http_client from community; | |
| load http_client; | |
| with __input as ( | |
| select | |
| http_post( | |
| 'http://localhost:3000/graphql', | |
| headers => map { | |
| 'content-type': 'application/json', |