Homepage

RootMutation

Last edit: Apr 18, 2024

No description

type RootMutation {
  activity_create(payload: ActivityStreamsPayload!): ActivityStreamsActivity
  activity_delete_all(confirm: Boolean): [ID]
  activity_publish(feed_type: String!, ids: [ID]!, uuid: ID!): JSONDate
  activity_unpublish(
    record_id: ID
    related_to_object: ActiveRecordReference
    uuid: ID
  ): [ID]
  activity_unpublish_all(confirm: Boolean): [ID]
  admin_api_call_notification_create(
    api_call_notification: ApiCallNotificationInputType!
  ): ApiCallNotification
  admin_api_call_notification_delete(
    id: ID
    physical_file_path: String
  ): ApiCallNotification
  admin_api_call_notification_update(
    api_call_notification: UpdateApiCallNotificationInputType!
    id: ID
    physical_file_path: String
  ): ApiCallNotification
  admin_asset_delete(physical_file_path: String!): Asset
  admin_asset_delete_all(filter: MutationAssetsFilterInput!): String
  admin_asset_update(
    asset: AssetUpdateInput!
    physical_file_path: String!
  ): Asset
  admin_assets_create(assets: [AssetInput!]!): AssetsCreateMutationPayload
  admin_assets_listing_create: AssetsListingIdentifier!
  admin_assets_presign_urls(
    paths: [AssetPresignInput!]!
  ): AssetsPresignUrlsMutationPayload
  admin_authorization_policy_create(
    authorization_policy: AuthorizationPolicyInputType!
  ): AuthorizationPolicy
  admin_authorization_policy_delete(
    id: ID
    physical_file_path: String
  ): AuthorizationPolicy
  admin_authorization_policy_update(
    authorization_policy: UpdateAuthorizationPolicyInputType!
    id: ID
    physical_file_path: String
  ): AuthorizationPolicy
  admin_email_notification_create(
    email_notification: EmailNotificationInputType!
  ): EmailNotification
  admin_email_notification_delete(
    id: ID
    physical_file_path: String
  ): EmailNotification
  admin_email_notification_update(
    email_notification: UpdateEmailNotificationInputType!
    id: ID
    physical_file_path: String
  ): EmailNotification
  admin_field_create(field: StandalonePropertyInputType!): Property
  admin_field_delete(id: ID!): Property
  admin_field_update(
    field: UpdateStandalonePropertyInputType!
    id: ID!
  ): Property
  admin_form_configuration_create(
    form_configuration: FormConfigurationInputType!
  ): FormConfiguration
  admin_form_configuration_delete(id: ID!): FormConfiguration
  admin_form_configuration_update(
    form_configuration: UpdateFormConfigurationInputType!
    id: ID!
  ): FormConfiguration
  admin_form_create(form: FormInput!): Form
  admin_form_delete(id: ID, physical_file_path: String): Form
  admin_form_delete_all(filter: FormsFilterInput!): ObjectCount
  admin_form_update(
    form: UpdateFormInput!
    id: ID
    physical_file_path: String
  ): Form
  admin_form_update_all(
    filter: FormsFilterInput!
    form: UpdateFormInput!
  ): ObjectCount
  admin_graphql_create(graphql: GraphqlInputType!): Graphql
  admin_graphql_delete(physical_file_path: String!): Graphql
  admin_graphql_update(
    graphql: UpdateGraphqlInputType!
    physical_file_path: String!
  ): Graphql
  admin_liquid_layout_create(
    liquid_layout: LiquidLayoutInputType!
  ): LiquidLayout
  admin_liquid_layout_delete(id: ID, physical_file_path: String): LiquidLayout
  admin_liquid_layout_delete_all(filter: LiquidLayoutsFilterInput!): ObjectCount
  admin_liquid_layout_update(
    id: ID
    liquid_layout: UpdateLiquidLayoutInputType!
    physical_file_path: String
  ): LiquidLayout
  admin_liquid_layout_update_all(
    filter: LiquidLayoutsFilterInput!
    liquid_layout: UpdateLiquidLayoutInputType!
  ): ObjectCount
  admin_liquid_partial_create(
    liquid_partial: LiquidPartialInputType!
  ): LiquidPartial
  admin_liquid_partial_delete(id: ID, physical_file_path: String): LiquidPartial
  admin_liquid_partial_delete_all(
    filter: LiquidPartialsFilterInput!
  ): ObjectCount
  admin_liquid_partial_update(
    id: ID
    liquid_partial: UpdateLiquidPartialInputType!
    physical_file_path: String
  ): LiquidPartial
  admin_liquid_partial_update_all(
    filter: LiquidPartialsFilterInput!
    liquid_partial: UpdateLiquidPartialInputType!
  ): ObjectCount
  admin_model_schema_create(model_schema: ModelSchemaInputType!): ModelSchema
  admin_model_schema_delete(id: ID, physical_file_path: String): ModelSchema
  admin_model_schema_update(
    id: ID
    model_schema: UpdateModelSchemaInputType!
    physical_file_path: String
  ): ModelSchema
  admin_page_create(page: PageInputType!): Page
  admin_page_delete(id: ID, physical_file_path: String): Page
  admin_page_update(
    id: ID
    page: UpdatePageInputType!
    physical_file_path: String
  ): Page
  admin_pages_delete_all(filter: PageFilterInput!, sync: Boolean): ObjectCount!
  admin_property_create(property: StandalonePropertyInputType!): Property
  admin_property_delete(id: ID!): Property
  admin_property_update(
    id: ID!
    property: UpdateStandalonePropertyInputType!
  ): Property
  admin_sms_notification_create(
    sms_notification: SmsNotificationInputType!
  ): SmsNotification
  admin_sms_notification_delete(
    id: ID
    physical_file_path: String
  ): SmsNotification
  admin_sms_notification_update(
    id: ID
    physical_file_path: String
    sms_notification: UpdateSmsNotificationInputType!
  ): SmsNotification
  admin_table_create(table: TableInputType!): Table
  admin_table_delete(physical_file_path: String!): Table
  admin_table_update(
    physical_file_path: String!
    table: UpdateTableInputType!
  ): Table
  admin_transactable_schema_create(
    transactable_schema: TransactableSchemaInputType!
  ): TransactableSchema
  admin_transactable_schema_delete(id: ID!): TransactableSchema
  admin_transactable_schema_update(
    id: ID!
    transactable_schema: UpdateTransactableSchemaInputType!
  ): TransactableSchema
  admin_translation_create(translation: TranslationInputType!): Translation
  admin_translation_delete(key: String!, locale: String!): Translation
  admin_translation_update(
    key: String!
    locale: String!
    translation: UpdateTranslationInputType!
  ): Translation
  admin_user_profile_schema_create(
    user_profile_schema: UserProfileSchemaInputType!
  ): UserProfileSchema
  admin_user_profile_schema_delete(
    id: ID
    physical_file_path: String
  ): UserProfileSchema
  admin_user_profile_schema_update(
    id: ID
    physical_file_path: String
    user_profile_schema: UpdateUserProfileSchemaInputType!
  ): UserProfileSchema
  api_call_send(
    data: HashObject
    template: NotificationTemplateInput
  ): ApiCallSendPayload
  attachment_presign_url(
    options: AttachmentPresignUrlInput
  ): AttachmentPresignedUploadUrl!
  constant_set(name: String!, value: String!): EncryptedConstant!
  constant_unset(name: String!): EncryptedConstant
  custom_attachment_create(
    custom_attachment: CustomAttachmentInputType!
    form_configuration_name: String
    form_name: String
  ): CustomAttachment
  custom_attachment_delete(
    form_configuration_name: String
    form_name: String
    id: ID!
  ): CustomAttachment
  custom_attachment_update(
    custom_attachment: UpdateCustomAttachmentInputType!
    form_configuration_name: String
    form_name: String
    id: ID!
  ): CustomAttachment
  custom_image_create(
    custom_image: NewCustomImageInputType!
    form_configuration_name: String
    form_name: String
  ): CustomImage
  custom_image_delete(
    form_configuration_name: String
    form_name: String
    id: ID!
  ): CustomImage
  custom_image_update(
    custom_image: CustomImageInputType!
    form_configuration_name: String
    form_name: String
    id: ID!
  ): CustomImage
  customization_create(
    customization: CustomizationInputType
    form_configuration_name: String
    form_name: String
    model: CustomizationInputType
  ): Customization!
  customization_delete(
    form_configuration_name: String
    form_name: String
    id: ID!
  ): Customization!
  customization_update(
    customization: CustomizationInputType
    form_configuration_name: String
    form_name: String
    id: ID!
    model: CustomizationInputType
  ): Customization!
  customizations_delete_all(
    all_custom_model_types: Boolean
    all_model_schemas: Boolean
    custom_model_type_name: String
    filter: ModelsFilterInput
    model_schema_name: String
    sync: Boolean
  ): ObjectCount!
  data_export(
    models: DataExportModelsInput
    records: DataExportRecordsInput
    users: DataExportUsersInput
  ): DataExport!
  email_send(
    data: HashObject
    template: NotificationTemplateInput
  ): NotificationSendEmailPayload
  form_submit(
    fields: HashObject!
    form_name: String!
    id: ID
  ): FormSubmitPayload
  image_presign_url(options: ImagePresignUrlInput): ImagePresignedUploadUrl!
  import_models(
    _id_remap: Boolean = true
    _index_rebuild: Boolean = true
    models: [CustomizationImport!]!
  ): ImportCustomizationsMutationPayload
  import_transactables(
    _id_remap: Boolean = true
    _index_rebuild: Boolean = true
    transactables: [TransactableImport!]!
  ): ImportTransactablesMutationPayload
  import_users(
    _id_remap: Boolean = true
    _index_rebuild: Boolean = true
    users: [UserImport!]!
  ): ImportUsersMutationPayload
  jwt_decode_and_set_session(
    jwt_algorithm: JwtAlgorithm = HS256
    jwt_token: String!
  ): User
  log(message: Any!, type: LogEntryType!): LogEntry
  model_create(
    customization: CustomizationInputType
    form_configuration_name: String
    form_name: String
    model: CustomizationInputType
  ): Model!
  model_delete(
    form_configuration_name: String
    form_name: String
    id: ID!
  ): Model!
  model_update(
    customization: CustomizationInputType
    form_configuration_name: String
    form_name: String
    id: ID!
    model: CustomizationInputType
  ): Model!
  models_delete_all(
    all_custom_model_types: Boolean
    all_model_schemas: Boolean
    custom_model_type_name: String
    filter: ModelsFilterInput
    model_schema_name: String
    sync: Boolean
  ): ObjectCount!
  models_update_all(
    filter: ModelsFilterInput
    model: CustomizationInputType!
    model_schema_name: String!
    sync: Boolean
  ): ObjectCount!
  presigned_upload_url(options: PresignUrlInput): PresignedUploadUrl!
  property_upload_presigned_url(
    include_content_type: Boolean
    model_schema_name: String
    property_name: String!
    table: String
    user: Boolean
  ): PropertyUploadPresignedUrl!
  record_create(form_name: String, record: RecordInputType!): Record!
  record_delete(form_name: String, id: ID!, table: String): Model!
  record_update(form_name: String, id: ID!, record: RecordInputType!): Record!
  records_delete_all(
    any_table: Boolean
    filter: RecordsFilterInput
    sync: Boolean
    table: String
  ): ObjectCount!
  records_update_all(
    filter: RecordsFilterInput
    record: RecordInputType!
    sync: Boolean
    table: String!
  ): ObjectCount!
  session_create_field(name: String!, value: Any!): HashObject
  session_delete_field(name: String!): HashObject
  sms_send(
    data: HashObject
    template: NotificationTemplateInput
  ): SmsSendPayload
  transactable_create(
    form_configuration_name: String
    transactable: TransactableInputType!
  ): Transactable!
  transactable_delete(form_configuration_name: String, id: ID!): Transactable!
  transactable_update(
    form_configuration_name: String
    id: ID!
    transactable: TransactableInputType!
  ): Transactable!
  transactables_delete_all(
    all_transactable_types: Boolean
    transactable_type_name: String
  ): ObjectCount!
  update_models(models: [ModelUpdate!]!): UpdateCustomizationsMutationPayload
  update_users(users: [UserUpdate!]!): UpdateUsersMutationPayload
  user_create(
    form_configuration_name: String
    form_name: String
    id: ID
    user: UserInputType!
  ): User
  user_delete(form_configuration_name: String, form_name: String, id: ID!): User
  user_profile_delete(
    form_configuration_name: String
    form_name: String
    profile_type: String!
    user_id: ID!
  ): Profile!
  user_profiles_delete_all(
    all_user_profile_types: Boolean
    user_id: Int
    user_profile_type_name: String
  ): ObjectCount!
  user_session_create(
    email: String
    form_configuration_name: String
    form_name: String
    password: String!
    remember_me: String = "1"
  ): User
  user_session_destroy(
    form_configuration_name: String
    form_name: String
  ): HashObject
  user_update(
    form_configuration_name: String
    form_name: String
    id: ID
    user: UserInputType!
  ): User
  users_delete_all(
    all_users: Boolean
    filter: UsersFilterInput
    sync: Boolean
  ): ObjectCount!
  users_update_all(
    all_users: Boolean
    filter: UsersFilterInput
    sync: Boolean
    user: UserInputType!
  ): ObjectCount!
}

Fields

activity_create (ActivityStreamsActivity)

Creates an Activity

activity_delete_all (ID)

Delete all activities and clean up ALL feeds

activity_publish (JSONDate)

add activity to feeds

e.i. User, UserPrivate, AuditLog, Images, Posts

  • ids (ID)
  • uuid (ID)

activity_unpublish (ID)

Clean up feeds from selected activities

  • record_id (ID)

search for activities related to the record ( {"id": "<record_id>"}) and then cleanup all feeds from found activities

search for activities related to the Object and then cleanup all feeds from found activities

  • uuid (ID)

remove from feeds activity with UUID

activity_unpublish_all (ID)

Clean up ALL feeds

admin_api_call_notification_create (ApiCallNotification)

Creates api call notification

admin_api_call_notification_delete (ApiCallNotification)

Deletes api call notification

deprecated, please use physical_file_path

admin_api_call_notification_update (ApiCallNotification)

Updates api call notification

deprecated, please use physical_file_path

admin_asset_delete (Asset)

Remove an asset including the physical file. There is no way to revert this operation, use with caution.

admin_asset_delete_all (String)

Removes all assets that match the filter.

admin_asset_update (Asset)

Updates asset and physically move the file to the new location

Identifier of a file which you want to update

admin_assets_create (AssetsCreateMutationPayload)

Creates asset

admin_assets_listing_create (AssetsListingIdentifier)

Asynchronously generates report of the current s3 state. Returns ID, to be used in admin_assets_listing query.

admin_assets_presign_urls (AssetsPresignUrlsMutationPayload)

Presign assets urls for given path

admin_authorization_policy_create (AuthorizationPolicy)

Creates authorization policy

admin_authorization_policy_delete (AuthorizationPolicy)

Delete authorization policy

deprecated, please use physical_file_path

admin_authorization_policy_update (AuthorizationPolicy)

Update authorization policy

deprecated, please use physical_file_path

admin_email_notification_create (EmailNotification)

Creates email_notification schema

admin_email_notification_delete (EmailNotification)

Creates email_notification schema

deprecated, please use physical_file_path

admin_email_notification_update (EmailNotification)

Creates email_notification schema

deprecated, please use physical_file_path

admin_field_create (Property)

Creates field

admin_field_delete (Property)

Creates field

admin_field_update (Property)

Creates field

admin_form_configuration_create (FormConfiguration)

Creates form_configuration schema

admin_form_configuration_delete (FormConfiguration)

Deletes form_configuration schema

admin_form_configuration_update (FormConfiguration)

Updates form_configuration schema

admin_form_create (Form)

Creates form

admin_form_delete (Form)

Delete form

deprecated, please use physical_file_path

admin_form_delete_all (ObjectCount)

Delete multiple forms

admin_form_update (Form)

Update form

deprecated, please use physical_file_path

admin_form_update_all (ObjectCount)

Update multiple forms

admin_graphql_create (Graphql)

Creates graphql

admin_graphql_delete (Graphql)

Deletes graphql

admin_graphql_update (Graphql)

Updates graphql

admin_liquid_layout_create (LiquidLayout)

Creates liquid layout

admin_liquid_layout_delete (LiquidLayout)

Deletes liquid layout

deprecated, please use physical_file_path

admin_liquid_layout_delete_all (ObjectCount)

Deletes multiple liquid layouts

admin_liquid_layout_update (LiquidLayout)

Updates liquid layout

deprecated, please use physical_file_path

admin_liquid_layout_update_all (ObjectCount)

Updates multiple liquid layouts

admin_liquid_partial_create (LiquidPartial)

Creates liquid partial

admin_liquid_partial_delete (LiquidPartial)

Deletes liquid partial

deprecated, please use physical_file_path

admin_liquid_partial_delete_all (ObjectCount)

Deletes multiple liquid partials

admin_liquid_partial_update (LiquidPartial)

Updates liquid partial

deprecated, please use physical_file_path

admin_liquid_partial_update_all (ObjectCount)

Updates multiple liquid partials

admin_model_schema_create (ModelSchema)

Creates model schema

admin_model_schema_delete (ModelSchema)

Deletes model schema

deprecated, please use physical_file_path

admin_model_schema_update (ModelSchema)

Updates model schema

deprecated, please use physical_file_path

admin_page_create (Page)

Creates page

admin_page_delete (Page)

Deletes page

deprecated, please use physical_file_path

admin_page_update (Page)

Updates page

deprecated, please use physical_file_path

admin_pages_delete_all (ObjectCount)

Remove all pages, beware there is no coming back!

Set to true if you want it to run synchronously

admin_property_create (Property)

Creates property

admin_property_delete (Property)

Creates property

admin_property_update (Property)

Creates property

admin_sms_notification_create (SmsNotification)

Creates sms_notification schema

admin_sms_notification_delete (SmsNotification)

Deletes sms_notification schema

admin_sms_notification_update (SmsNotification)

Updates sms_notification schema

admin_table_create (Table)

Creates table

admin_table_delete (Table)

Deletes table

admin_table_update (Table)

Updates table

admin_transactable_schema_create (TransactableSchema)

Creates transactable schema

admin_transactable_schema_delete (TransactableSchema)

Deletes transactable schema

admin_transactable_schema_update (TransactableSchema)

Updates transactable schema

admin_translation_create (Translation)

Creates translation

admin_translation_delete (Translation)

Deletes translation

for example en, de etc.

admin_translation_update (Translation)

Updates translation

for example en, de etc.

admin_user_profile_schema_create (UserProfileSchema)

Creates user_profile schema

admin_user_profile_schema_delete (UserProfileSchema)

Deletes user_profile schema

deprecated, please use physical_file_path

admin_user_profile_schema_update (UserProfileSchema)

Updates user_profile schema

deprecated, please use physical_file_path

api_call_send (ApiCallSendPayload)

Variables that will be accesible in liquid

Template defined in app/api_calls

attachment_presign_url (AttachmentPresignedUploadUrl)

Presign upload url for direct s3 upload

constant_set (EncryptedConstant)

Name of the constant you want to set

Value of the constant, which will be securely store

constant_unset (EncryptedConstant)

Name of the constant you want to unset

custom_attachment_create (CustomAttachment)

Creates a CustomAttachment

deprecated, use form_name

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

custom_attachment_delete (CustomAttachment)

Remove a custom attachment

  • form_configuration_name (String)

deprecated, use form_name

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

custom_attachment_update (CustomAttachment)

Updates a CustomAttachment

deprecated, use form_name

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

custom_image_create (CustomImage)

Creates a CustomImage

deprecated, use form_name

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

custom_image_delete (CustomImage)

Remove a custom image

  • form_configuration_name (String)

deprecated, use form_name

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

custom_image_update (CustomImage)

Updates a CustomImage

deprecated, use form_name

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

customization_create (Customization)

deprecated, use form_name

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

customization_delete (Customization)

Remove a customization

  • form_configuration_name (String)

deprecated, use form_name

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

customization_update (Customization)

Updates a customization

deprecated, use form_name

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

customizations_delete_all (ObjectCount)

Remove all models, beware there is no coming back!

Deprecated, use all_model_schemas

Mark this if you really want to remove all models

  • custom_model_type_name (String)

Deprecated, use model_schema_name

Set to true if you want it to run synchronously

data_export (DataExport)

Schedules data export of either models, users or both, similarly to pos-cli,
with the difference it is capable of additional filtering and sorting. Returns
ID of an export task, which can be queries same way as pos-cli does its check.
Generated CSVs are compatible with pos-cli data import.

deprecated, use records

provide at least empty hash if you want records to be exported

provide at least empty hash if you want users to be exported

email_send (NotificationSendEmailPayload)

Email will be queued to send

Variables that will be accesible in liquild

Template defined in app/emails

form_submit (FormSubmitPayload)

Values for fields defined in associated form. Might include "id" key which
will identify the resource in case id argument is blank.

Name of the form which should be submitted

id of a resource to be updated; can also be provided as "id" key in "fields"
hash (if both are present, this argument takes precedence).

image_presign_url (ImagePresignedUploadUrl)

Generate presigned url where you can upload image. Include image processing.

import_models (ImportCustomizationsMutationPayload)

Remap ids, when disabled all ids needs to be an Integer

Rebuilds index for full text search queries

import_transactables (ImportTransactablesMutationPayload)

Remap ids, when disabled all ids needs to be an Integer

Rebuilds index for full text search queries

import_users (ImportUsersMutationPayload)

Remap ids, when disabled all ids needs to be an Integer

Rebuilds index for full text search queries

jwt_decode_and_set_session (User)

Check JWT token and Sign In User

log (LogEntry)

Creates a MarketplaceLogEntryMutation

model_create (Model)

deprecated, use form_name

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

model_delete (Model)

Remove a customization

  • form_configuration_name (String)

deprecated, use form_name

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

model_update (Model)

Updates a customization

deprecated, use form_name

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

models_delete_all (ObjectCount)

Remove all models, beware there is no coming back!

Deprecated, use all_model_schemas

Mark this if you really want to remove all models

  • custom_model_type_name (String)

Deprecated, use model_schema_name

Set to true if you want it to run synchronously

models_update_all (ObjectCount)

Update all models matching filter conditions; use only for small result set,
for larger amount of results use import feature

Set to true if you want it to run synchronously

presigned_upload_url (PresignedUploadUrl)

Presign upload url for direct s3 upload

property_upload_presigned_url (PropertyUploadPresignedUrl)

Generate presigned url where you can upload image. Include image processing.

Set to true if you want to include a content type in the POST request to S3.
Useful in some cases where the default provided by S3 will not do, like for
example for SVG files

deprecated, use table

name of the property of type upload

Name of the Table schema to which the property belomgs. Must be blank if property is defined directly in user.yml

Must be set to true if property is defined directly in user.yml and not in a Model Schema

record_create (Record)

Creates a record

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

record_delete (Model)

Remove a record

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

record_update (Record)

Updates a record

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

records_delete_all (ObjectCount)

Remove all records, beware there is no coming back!

Mark this if you really want to remove records across all tables

Set to true if you want it to run synchronously

records_update_all (ObjectCount)

Update all records matching filter conditions; use only for small result set,
for larger amount of results use import feature

Set to true if you want it to run synchronously

session_create_field (HashObject)

Adds a field to session

session_delete_field (HashObject)

Adds a field to session

sms_send (SmsSendPayload)

Sms will be queued to send

Variables that will be accesible in liquid

Template defined in app/api_calls

transactable_create (Transactable)

transactable_delete (Transactable)

  • form_configuration_name (String)
  • id (ID)

transactable_update (Transactable)

transactables_delete_all (ObjectCount)

Mark this if you really want to remove all transactables

  • transactable_type_name (String)

update_models (UpdateCustomizationsMutationPayload)

update_users (UpdateUsersMutationPayload)

user_create (User)

Creates user

  • form_configuration_name (String)

deprecated, use form_name

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

user_delete (User)

Deletes a user

  • form_configuration_name (String)

deprecated, use form_name

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

user_profile_delete (Profile)

  • form_configuration_name (String)

deprecated, use form_name

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

user_profiles_delete_all (ObjectCount)

Remove all user profiles, beware there is no coming back!

Mark this if you really want to remove all user_profiles

  • user_id (Int)

User whose user profiles you want to delete

  • user_profile_type_name (String)

user_session_create (User)

Sign In User

deprecated, use form_name

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

user_session_destroy (HashObject)

Sign Out User

  • form_configuration_name (String)

deprecated, use form_name

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

user_update (User)

Updates current_user

  • form_configuration_name (String)

deprecated, use form_name

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

when not provided we try to use current_user

users_delete_all (ObjectCount)

Remove all users, beware there is no coming back!

If filter options are not specified, this must be checked

Set to true if you want it to run synchronously

users_update_all (ObjectCount)

Update all users matching filter conditions; use only for small result set,
for larger amount of results use import feature

If filter options are not specified, this must be checked

Set to true if you want it to run synchronously

Questions?

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

contact us