Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hasura/graphql-engine
/ Export
Method
Export
cli/commands/metadata_handlers.go:18–18 ·
view source on GitHub ↗
(*MetadataExportOptions)
Source
from the content-addressed store, hash-verified
16
17
type
MetadataModeHandler
interface
{
18
Export(*MetadataExportOptions) error
19
Apply(*MetadataApplyOptions) error
20
Diff(*MetadataDiffOptions) error
21
}
Callers
1
Run
Method · 0.65
Implementers
7
metadataModeDirectoryHandler
cli/commands/metadata_handlers.go
metadataModeJSONHandler
cli/commands/metadata_handlers.go
metadataModeYAMLHandler
cli/commands/metadata_handlers.go
ProjectMetadata
cli/pkg/metadata/project_metadata.go
metadataModeDirectoryHandler
cli/pkg/metadata/mode_handlers.go
metadataModeJSONHandler
cli/pkg/metadata/mode_handlers.go
metadataModeYAMLHandler
cli/pkg/metadata/mode_handlers.go
Calls
no outgoing calls
Tested by
no test coverage detected