Documentation
¶
Index ¶
Constants ¶
View Source
const ( ToolConfigServerQueryName = "local-config-server-query" //nolint:lll ToolConfigServerQueryInstructions = `` /* 525-byte string literal not displayed */ )
View Source
const ( ToolConfigServerSchemaName = "local-config-server-schema" //nolint:lll ToolConfigServerSchemaInstructions = `` /* 153-byte string literal not displayed */ )
View Source
const ( ToolGetGraphqlSchemaName = "local-get-graphql-schema" //nolint:lll ToolGetGraphqlSchemaInstructions = `` /* 224-byte string literal not displayed */ )
View Source
const ( ToolGraphqlQueryName = "local-graphql-query" //nolint:lll ToolGraphqlQueryInstructions = `` /* 299-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigServerSchemaRequest ¶
type ConfigServerSchemaRequest struct{}
type GetGraphqlSchemaRequest ¶
type GetGraphqlSchemaRequest struct {
Role string `description:"role to use when executing queries. Default to user but make sure the user is aware" json:"role" required:"true"`
}
type GraphqlQueryRequest ¶
Click to show internal directories.
Click to hide internal directories.