Insites Docs Developers graphql GraphQL Import/ExportGraphQL Importing/Exporting Mutations

GraphQL Importing/Exporting Mutations

Last updated on June 18, 2024.

Use this document as a guide to GraphQL mutations for importing and exporting data on Insites.

data_export

Schedules data export of models, users, or both, similarly to . The difference is that it is capable of additional filtering and sorting. It returns the ID of an export task, which a system can query the same way as does its check. Generated CSVs are compatible with data import.

Arguments

Provide at least an empty hash if you want records to be exported.

Provide at least an empty hash if you want users to be exported.

Type

import_models

Code example:

Arguments

Remap IDs; when disabled, all IDs need to be an Integer.

Rebuilds index for full-text search queries.

Type

An autogenerated return type of .

import_users

Code example:

Arguments

Remap IDs; when disabled, all IDs need to be an Integer.

Rebuilds index for full-text search queries.

Type

An autogenerated return type of .

Reference

You may visit the following resources for more information:

  • Boolean
  • CustomizationImport
  • DataExport
  • DataExportModelsInput
  • DataExportRecordsInput
  • DataExportUsersInput
  • ImportCustomizationsMutationPayload
  • ImportUsersMutationPayload
  • UserImport
Have a suggestion for this page?

Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.