Documentation
¶
Index ¶
- type Config
- func (c *Config) ConvertMetadataToSDL(toPayload types.SDLToRequest) (types.SDLToResponse, error)
- func (c *Config) ConvertSDLToMetadata(fromPayload types.SDLFromRequest) (types.SDLFromResponse, error)
- func (c *Config) GetActionsCodegen(codegenReq types.ActionsCodegenRequest) (types.ActionsCodegenResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config represents the object to interact with cli-ext.
func NewCLIExtensionConfig ¶
NewCLIExtensionConfig creates CLIExtensionConfig to interact with cli-extension.
func (*Config) ConvertMetadataToSDL ¶
func (c *Config) ConvertMetadataToSDL(toPayload types.SDLToRequest) (types.SDLToResponse, error)
ConvertMetadataToSDL converts actions metadata to graphql SDL.
func (*Config) ConvertSDLToMetadata ¶
func (c *Config) ConvertSDLToMetadata( fromPayload types.SDLFromRequest, ) (types.SDLFromResponse, error)
ConvertSDLToMetadata converts graphql SDL to hasura metadata.
func (*Config) GetActionsCodegen ¶
func (c *Config) GetActionsCodegen( codegenReq types.ActionsCodegenRequest, ) (types.ActionsCodegenResponse, error)
GetActionsCodegen generates codegen for an action.
Click to show internal directories.
Click to hide internal directories.