Type alias UpdateOneHookInput

UpdateOneHookInput: { id: Scalars["String"]; update: UpdateHook }

Type declaration

  • id: Scalars["String"]

    The id of the record to update

  • update: UpdateHook

    The update to apply.