Home
last modified time | relevance | path

Searched defs:executeFieldsParams (Results 1 – 3 of 3) sorted by relevance

/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dexecutor.go240 type executeFieldsParams struct { struct
241 ExecutionContext *executionContext
242 ParentType *Object
243 Source interface{}
244 Fields map[string][]*ast.Field
245 Path *ResponsePath
249 func executeFieldsSerially(p executeFieldsParams) *Result {
277 func executeFields(p executeFieldsParams) *Result {
288 func executeSubFields(p executeFieldsParams) map[string]interface{} {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dexecutor.go242 type executeFieldsParams struct { struct
243 ExecutionContext *executionContext
244 ParentType *Object
245 Source interface{}
246 Fields map[string][]*ast.Field
250 func executeFieldsSerially(p executeFieldsParams) *Result {
274 func executeFields(p executeFieldsParams) *Result {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dexecutor.go242 type executeFieldsParams struct { struct
243 ExecutionContext *executionContext
244 ParentType *Object
245 Source interface{}
246 Fields map[string][]*ast.Field
250 func executeFieldsSerially(p executeFieldsParams) *Result {
274 func executeFields(p executeFieldsParams) *Result {