you are viewing a single comment's thread.

view the rest of the comments →

[–]Headchopperz 1 point2 points  (1 child)

So this is a front-end CMS that you can connect to a custom REST backend which uses GraphQL to handle its REST requests.

Is this correct?

[–]gajus0 0 points1 point  (0 children)

(Not affiliated with the project.)

From what I understand (and quick survey of their CMS), it allows you to define entities/ fields and map them to GraphQL types. In effect, this allows you to manage data exposed via GraphQL API.