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