Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
ew (e@masochi.st)'s status on Sunday, 14-Aug-2022 14:04:16 JSTew @NEETzsche @Terry @marine you can make your own graphql api by just taking your normal rest api and then swallowing JSON, and then mapping the fieldnames to functions that resolve the data for them. { name } executes getName() and returns { name: data }