Skip to main content

PageImageFromFileResponse

Returned object from createPageImageFromFile

type PageImageFromFileResponse {
contentItemId: ID!
fields: JSON!
page: Page!
url: String!
}

Fields

PageImageFromFileResponse.contentItemId ● ID! non-null scalar

The contentItemId of the image

PageImageFromFileResponse.fields ● JSON! non-null scalar

Used while uploading the image

PageImageFromFileResponse.page ● Page! non-null object

PageImageFromFileResponse.url ● String! non-null scalar

Used to upload the image

Returned by

createPageImageFromFile mutation

Member of

PageImageFromFileResponses object