Documentation
¶
Index ¶
Constants ¶
View Source
const ( ToolConfigServerSchemaName = "local-config-server-get-schema" //nolint:lll ToolConfigServerSchemaInstructions = `` /* 153-byte string literal not displayed */ )
View Source
const ( ToolConfigServerQueryName = "local-config-server-query" //nolint:lll ToolConfigServerQueryInstructions = `` /* 525-byte string literal not displayed */ )
View Source
const ( ToolGetGraphqlManagementSchemaName = "local-get-management-graphql-schema" ToolGetGraphqlManagementSchemaInstructions = ` Get GraphQL's management schema for an Nhost development project running locally via the Nhost CLI. This tool is useful to properly understand how manage hasura metadata, migrations, permissions, remote schemas, etc. Use it before attempting to use ` + ToolManageGraphqlName )
View Source
const ( ToolGetGraphqlSchemaName = "local-get-graphql-schema" //nolint:lll ToolGetGraphqlSchemaInstructions = `` /* 224-byte string literal not displayed */ )
View Source
const ( ToolManageGraphqlName = "local-manage-graphql" ToolManageGraphqlInstructions = `` /* 1637-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 ConfigServerGetSchemaRequest ¶ added in v0.0.7
type GetGraphqlSchemaRequest ¶
type GetGraphqlSchemaRequest struct {
Role string `json:"role"`
}
type GraphqlQueryRequest ¶
type ManageGraphqlRequest ¶ added in v0.0.7
Click to show internal directories.
Click to hide internal directories.