package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Jun 2, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ParseRequestResponse struct {
Requests []*Request
IsBatchMode bool
}
ParseRequestResponse is an resulting object of ParseRequestQuery.
It contains requests array and indicator, if request was running in batch mode.
type Request struct {
Original *http.Request `json:"-"`
Query string `json:"query"`
Variables map[string]interface{} `json:"variables"`
OperationName *string `json:"operationName"`
}
Request represents single request send via HTTP
Upload represent file and it's name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.