ImportAssetToIntegrationInput
Autogenerated input type of ImportAssetToIntegration
input ImportAssetToIntegrationInput {
clientMutationId: String
companyId: ID!
integrationType: String!
projects: [JSON!]!
}
Fields
ImportAssetToIntegrationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ImportAssetToIntegrationInput.companyId ● ID! non-null scalar
ImportAssetToIntegrationInput.integrationType ● String! non-null scalar
Type of integration
ImportAssetToIntegrationInput.projects ● [JSON!]! non-null scalar
Array of Project/Asset data to import (up to 100)
Member Of
importAssetToIntegration mutation