-
-
Notifications
You must be signed in to change notification settings - Fork 90
Add graphql curl example #805
Comments
You don't need the |
my entry point is started with
|
So, tested with
|
Try |
http://localhost:8012/graphql resolves to |
@glensc that's your problem. I believe there's two ways to accomplish what you're wanting to do via the paradigms of siler, |
If it helps, I'm working on something currently where I define my model structure using a custom ORM (sorry, I can't like RedBeans), and then enabling |
@trollboy the issue is not about my problems, but asking for curl graphql example to be put to readme. |
so, I can do that for you now, however I'd recommend some sort of graphql library to do that. One moment. |
like tons of examples online exist; see https://www.contentful.com/blog/2021/01/14/GraphQL-via-HTTP-in-five-ways/#php |
Add curl example how to make query:
I tried to setup that example, and using graphql-playground I get just error "Failed to fetch schema"
The text was updated successfully, but these errors were encountered: