type
ExtensionField
type ExtensionField struct {
Name string
Description string
Type enginegraphql.Output
Args enginegraphql.FieldConfigArgument
Cost int
Resolve ExtensionResolver
}One trusted compiled root query or mutation field.
Source plugins/graphql/graphql.go:51
Namestring- The Name value.
Descriptionstring- The Description value.
Typegraphql.Output- The Type value.
Argsgraphql.FieldConfigArgument- The Args value.
Costint- The Cost value.
ResolveExtensionResolver- The Resolve value.
Cost contributes to request complexity. Extensions receive public application APIs, not a raw store adapter.