+
POST
front
shopExists
ShopExistsResult!
✅ Public
Parameters
No parameters
Request
Content-Type: application/json x-gennova-domain: your-slug.mygennova.com
query Query_shopExists { shopExists { id } }
{}
curl -X POST "https://graphql.gennovadev.com/v1/admin" \
-H "Content-Type: application/json" \
-H "x-gennova-domain: your-slug.mygennova.com" \
-d {"query": "query Query_shopExists { shopExists { id } }", "variables": {}}
Response
HTTP 200 OK
{
"data": {
"shopExists": null
},
"extensions": {
"request_id": "req_xxx",
"timing_ms": {
"total": 12
}
}
}
{
"data": null,
"errors": [
{
"extensions": {
"code": "REQUEST_INVALID_BODY"
},
"message": "REQUEST_INVALID_BODY"
}
],
"extensions": {
"request_id": "req_xxx",
"timing_ms": {
"total": 12
}
}
}
Possible errors
REQUEST_INVALID_BODY
VALIDATION_ERROR
INTERNAL_SERVER_ERROR