You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need an appmod which is basically an erlang module with out/1 exported. The module should catch the request, get the body, query strings etc and pass them to graphql similar to the cowboy tutorial. Unlike cowboy Yaws doesn't have a builtin REST flow.
Does anyone have an example tutorial of GraphQL with yaws? Or some leads, hints is appreciated.
The text was updated successfully, but these errors were encountered: