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