PageDetailedCustomResponse (Object)
Description
No description
Fields
Name | Description |
---|---|
body - String! | |
createdAt - DateTime! | |
createdById - String | |
creatorType - CreatorType! | |
headers - [PageCustomResponseHeader!]! | |
httpCode - Int! | |
updatedAt - DateTime | |
updatedById - String |
type PageDetailedCustomResponse {
body: String!
createdAt: DateTime!
createdById: String
creatorType: CreatorType!
headers: [PageCustomResponseHeader!]!
httpCode: Int!
updatedAt: DateTime
updatedById: String
}