CreateCmsFilePayload
Autogenerated return type of CreateCmsFile.
type CreateCmsFilePayload {
clientMutationId: String
cms_file: CmsFile!
}
Fields
CreateCmsFilePayload
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateCmsFilePayload
.cms_file
● CmsFile!
non-null object
Returned By
createCmsFile
mutation