UpsertPageCustomResponse (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| body - String | |
| headers - [PageCustomResponseHeaderInput!] | |
| httpCode - Int! |
input UpsertPageCustomResponse {
body: String
headers: [PageCustomResponseHeaderInput!]
httpCode: Int!
}