Weaviate · Example Payload

Weaviate Graph Qlresponse Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Graph Qlresponse Example is an example object payload from Weaviate, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataerrors

Example Payload

Raw ↑
{
  "data": {
    "key": "value"
  },
  "errors": [
    {
      "id": "example-id"
    }
  ]
}