UpdateRecordInput
Autogenerated input type of UpdateRecord
input UpdateRecordInput {
clientMutationId: String
comment: String
ratingState: RatingState
recordId: ID!
shareFacebook: Boolean
shareTwitter: Boolean
}
Fields
UpdateRecordInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateRecordInput.comment
● String
scalar
UpdateRecordInput.ratingState
● RatingState
enum
UpdateRecordInput.recordId
● ID!
non-null scalar
UpdateRecordInput.shareFacebook
● Boolean
scalar
UpdateRecordInput.shareTwitter
● Boolean
scalar
Member of
updateRecord
mutation