P2 - GraphQL
Minimal GraphQL endpoint with introspection and batching support.
Response
{
"data": {
"user": {
"id": 1,
"name": "User1"
}
}
}
Minimal GraphQL endpoint with introspection and batching support.
{
"data": {
"user": {
"id": 1,
"name": "User1"
}
}
}