Preparing search index...
The search index is not available
graphqlade
graphqlade
GraphQLHttpServerResponse
Interface GraphQLHttpServerResponse<TContext>
interface
GraphQLHttpServerResponse
<
TContext
>
{
body
:
ExecutionResult
<
ObjMap
<
unknown
>
,
ObjMap
<
unknown
>
>
;
context
?:
TContext
;
headers
:
Record
<
string
,
string
>
;
status
:
number
;
}
Type Parameters
TContext
Index
Properties
body
context?
headers
status
Properties
body
body
:
ExecutionResult
<
ObjMap
<
unknown
>
,
ObjMap
<
unknown
>
>
Optional
context
context
?:
TContext
headers
headers
:
Record
<
string
,
string
>
status
status
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
context
headers
status
graphqlade
Loading...