MCPcopy Create free account
hub / github.com/encoder-run/operator / introspectSchema

Method introspectSchema

pkg/graph/generated.go:884–889  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

882}
883
884func (ec *executionContext) introspectSchema() (*introspection.Schema, error) {
885 if ec.DisableIntrospection {
886 return nil, errors.New("introspection disabled")
887 }
888 return introspection.WrapSchema(ec.Schema()), nil
889}
890
891func (ec *executionContext) introspectType(name string) (*introspection.Type, error) {
892 if ec.DisableIntrospection {

Callers 1

_Query___schemaMethod · 0.95

Calls 1

SchemaMethod · 0.80

Tested by

no test coverage detected