Homepage

record_update

Last edit: Oct 26, 2022

Updates a record

record_update(
  form_name: String
  id: ID!
  record: RecordInputType!
): Record!

Arguments

form_name (String)

name of the form which whitelist attributes which can be saved. All
notifications and callbacks associated with the form will be triggered. if
left blank, all attributes will be allowed

id (ID)

record (RecordInputType)

Type

Record

Questions?

We are always happy to help with any questions you may have.

contact us