PageCustomResponse (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| body - String! | |
| headers - [PageCustomResponseHeader!]! | |
| httpCode - Int! |
type PageCustomResponse {
body: String!
headers: [PageCustomResponseHeader!]!
httpCode: Int!
}