Skip to main content

PageDetailedCustomResponse (Object)

Description

No description



Fields

NameDescription
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
}