UpdateRecordPayload
Autogenerated return type of UpdateRecord
type UpdateRecordPayload {
clientMutationId: String
record: Record
}
Fields
UpdateRecordPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateRecordPayload.record
● Record
object
Returned by
updateRecord
mutation