UpdatePageInput
Autogenerated input type of UpdatePage
input UpdatePageInput {
clientMutationId: String
id: ID
page: PageInput!
}
Fields
UpdatePageInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdatePageInput.id
● ID
scalar
UpdatePageInput.page
● PageInput!
non-null input
Member Of
updatePage
mutation