|
|
|
|
|
by asimpletune
2892 days ago
|
|
It’s a QL in the sense that it accepts a client specified schema, that looks how the client wants the data to be returned. How does it mutate then? SQL can mutate, I’m not sure why this would be any different. Basically, like SQL’s UPDATE, and INSERT, GQL can have “methods” associated with parts of the schema. |
|