Loading
GraphQL Playground
{"endpoint":"/go/graphql","subscriptionEndpoint":"/graphql","version":"1.7.39","settings":{"general.betaUpdates":false,"editor.theme":"dark","editor.cursorShape":"line","editor.reuseHeaders":true,"tracing.hideTracingResponse":true,"queryPlan.hideQueryPlanResponse":true,"editor.fontSize":14,"editor.fontFamily":"'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace","request.credentials":"same-origin"},"tabs":[{"name":"Charging zones list","endpoint":"https://api.placetoplug.com/go/graphql","query":"query Query ($query: FindChargingZone!) {\n findChargingZones(query: $query) {\n chargingZones {\n id\n name\n description\n status\n coordinates\n vehicleTypes\n isPtP\n isPublic\n reviews {\n reviews {\n id\n comment\n }\n totalCount\n }\n stations {\n id\n name\n status\n services {\n id\n name\n status\n plugs {\n id\n status\n name\n current\n power\n plugFormat\n }\n }\n }\n }\n totalCount\n\t\thasNextPage\n }\n}\n","variables":"{\n \"query\": {\n \"limit\": 5,\n \"filters\":{\n \"bounds\":{\n \"maxLat\": 41.19508330555015,\n \"maxLon\": 1.2392319267529501,\n \"minLat\": 41.109452052319156,\n \"minLon\": 0.9963310783642783\n }\n }\n }\n}\n"},{"name":"Map clusters","endpoint":"https://api.placetoplug.com/go/graphql","query":"query Query ($query: FindChargingZone!) {\n findClusters(query: $query) {\n geohash\n centerLat\n centerLon\n minLat\n minLon\n maxLat\n maxLon\n size\n chargingZone {\n id\n }\n }\n}\n","variables":"{\n \"query\": {\n \"limit\": 5,\n \"filters\":{\n \"bounds\":{\n \"maxLat\": 41.19508330555015,\n \"maxLon\": 1.2392319267529501,\n \"minLat\": 41.109452052319156,\n \"minLon\": 0.9963310783642783\n }\n }\n }\n}\n"}],"canSaveConfig":false}