UpdateDocumentInput
No description
input UpdateDocumentInput {
description: String
name: String
url: String
actionType: ActionTypeEnum
}
Fields
UpdateDocumentInput.description
● String
scalar
UpdateDocumentInput.name
● String
scalar
UpdateDocumentInput.url
● String
scalar
UpdateDocumentInput.actionType
● ActionTypeEnum
enum
Member Of
updateDocument
mutation ● updateEventDocument
mutation