Documentation
¶
Index ¶
- func VerifyTypeSystem(systemPath string)
- type Executor
- func (exe *Executor) CopyExecutorTS() *Executor
- func (exe *Executor) ExecuteDocument(w io.Writer, opName string)
- func (exe *Executor) OperationNames() G.StrArray
- func (exe *Executor) ReadDocument(path string) bool
- func (exe *Executor) ReadVariableValues(path string)
- func (exe *Executor) SetTypeSystem(newTS G.TypeSystem, systemName, systemPath string, fixResolvers ResolversFixer, ...)
- func (exe *Executor) TypeSystemName() string
- type ResolversFixer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyTypeSystem ¶
func VerifyTypeSystem(systemPath string)
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor() *Executor
func (*Executor) CopyExecutorTS ¶
func (*Executor) OperationNames ¶
func (*Executor) ReadDocument ¶
func (*Executor) ReadVariableValues ¶
func (*Executor) SetTypeSystem ¶
func (exe *Executor) SetTypeSystem(newTS G.TypeSystem, systemName, systemPath string, fixResolvers ResolversFixer, initialValue *G.OutputObjectValue)
func (*Executor) TypeSystemName ¶
type ResolversFixer ¶
type ResolversFixer func(ts G.TypeSystem)
Directories
¶
Path | Synopsis |
---|---|
The package graphQL is an implementation of the GraphQL query interface This package must be imported for its side effects when the GraphQL compiler and errors are stored in "util/graphQL/static" (file "compVar.go", variable "compiler" and file errorsVar.go, var strEn)
|
The package graphQL is an implementation of the GraphQL query interface This package must be imported for its side effects when the GraphQL compiler and errors are stored in "util/graphQL/static" (file "compVar.go", variable "compiler" and file errorsVar.go, var strEn) |
Click to show internal directories.
Click to hide internal directories.