Amazon Neptune · Example Payload

Data Execute Sparql Query Input Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Execute Sparql Query Input Example is an example object payload from Amazon Neptune, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryupdate

Example Payload

Raw ↑
{
  "query": "g.V().limit(10)",
  "update": "example-string"
}