Documentation ¶
Overview ¶
Package graphql provides the graphql endpoint for Weaviate
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQL ¶
type GraphQL interface { // Resolve the GraphQL query in 'query'. Resolve(context context.Context, query string, operationName string, variables map[string]interface{}) *graphql.Result }
The communication interface between the REST API and the GraphQL API.
type RequestsLogger ¶
type RequestsLogger interface { get.RequestsLog }
Directories ¶
Path | Synopsis |
---|---|
Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate
|
Package descriptions provides the descriptions as used by the graphql endpoint for Weaviate |
Based on `graphiql.go` from https://github.com/graphql-go/handler only made RenderGraphiQL a public function.
|
Based on `graphiql.go` from https://github.com/graphql-go/handler only made RenderGraphiQL a public function. |
aggregate
Package aggregate provides the local aggregate graphql endpoint for Weaviate
|
Package aggregate provides the local aggregate graphql endpoint for Weaviate |
common_filters
Package common_filters provides the filters for the graphql endpoint for Weaviate
|
Package common_filters provides the filters for the graphql endpoint for Weaviate |
test
|
|
Package utils provides utility methods and classes to support the graphql endpoint for Weaviate
|
Package utils provides utility methods and classes to support the graphql endpoint for Weaviate |
Click to show internal directories.
Click to hide internal directories.