graphdb-workbench-tests
Version:
Cypress tests for GraphDB workbench
50 lines (49 loc) • 1.73 kB
JSON
{
"endpoints": [
{
"id": "gqlendpoint1",
"endpointId": "swapi",
"endpointURI": "/rest/repositories/swapi/graphql/swapi",
"label": "SWAPI GraphQL endpoint",
"description": "SWAPI GraphQL endpoint description",
"default": false,
"active": true,
"lastModified": "2025-01-28",
"objects_count": 10,
"properties_count": 120,
"warnings": 0,
"errors": 0,
"status": ""
},
{
"id": "gqlendpoint2",
"endpointId": "film-restricted",
"endpointURI": "/rest/repositories/swapi/graphql/film-restricted",
"label": "SWAPI GraphQL endpoint with restricted film relations",
"description": "SWAPI GraphQL endpoint with restricted film relations description",
"default": true,
"active": true,
"lastModified": "2025-01-28",
"objects_count": 13,
"properties_count": 133,
"warnings": 0,
"errors": 0,
"status": ""
},
{
"id": "gqlendpoint3",
"endpointId": "swapi-characters",
"endpointURI": "/rest/repositories/swapi/graphql/swapi-characters",
"label": "SWAPI GraphQL endpoint for swapi characters",
"description": "SWAPI GraphQL endpoint for swapi characters description",
"default": false,
"active": false,
"lastModified": "2025-01-28",
"objects_count": 3,
"properties_count": 20,
"warnings": 0,
"errors": 0,
"status": ""
}
]
}