CatalogMutationResponse
The standard response returned by catalog mutations.
type CatalogMutationResponse {
code: Int
message: String
}
Fields
CatalogMutationResponse.code ● Int scalar
The HTTP-style status code of the operation.
CatalogMutationResponse.message ● String scalar
A human-readable message describing the result.
Returned By
createContentRequest mutation