Package | Description |
---|---|
graphql.execution |
Modifier and Type | Class and Description |
---|---|
class |
AsyncExecutionStrategy
The standard graphql execution strategy that runs fields asynchronously non-blocking.
|
class |
AsyncSerialExecutionStrategy
Async non-blocking execution, but serial: only one field at the the time will be resolved.
|
Copyright © 2019. All rights reserved.