Search found 1 match

by bryandietz
Mon Feb 06, 2023 4:54 pm
Forum: HTTPAPI
Topic: GraphQL API call using HTTPAPI
Replies: 2
Views: 6891

Re: GraphQL API call using HTTPAPI

I never used, a quick test following the helloworld
https://graphql.org/graphql-js/running-an-express-graphql-server/

and using the curl example, (putting the "-d" data into an IFS file):
https://graphql.org/graphql-js/graphql-clients/

HTTPAPI URL('http://my_server:4000/graphql')
REQTYPE(*POST ...