MCPcopy
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
17type MetadataModeHandler interface {
18 Export(*MetadataExportOptions) error
19 Apply(*MetadataApplyOptions) error
20 Diff(*MetadataDiffOptions) error
21}

Callers 1

RunMethod · 0.65

Implementers 7

metadataModeDirectoryHandlercli/commands/metadata_handlers.go
metadataModeJSONHandlercli/commands/metadata_handlers.go
metadataModeYAMLHandlercli/commands/metadata_handlers.go
ProjectMetadatacli/pkg/metadata/project_metadata.go
metadataModeDirectoryHandlercli/pkg/metadata/mode_handlers.go
metadataModeJSONHandlercli/pkg/metadata/mode_handlers.go
metadataModeYAMLHandlercli/pkg/metadata/mode_handlers.go

Calls

no outgoing calls

Tested by

no test coverage detected