Model Group Load

class ModelGroupLoad(indicoClient: IndicoKtorClient) : Mutation<String?, LoadModelGraphQL.Result>

Load model group information.

Constructors

ModelGroupLoadconstructor(indicoClient: IndicoKtorClient)

Functions

NameSummary
executeopen override fun execute(): String?Executes request and returns load status
modelGroupfun modelGroup(modelGroup: ModelGroup): ModelGroupLoadAdd model group to load
modelIdfun modelId(modelId: Int): ModelGroupLoadAdd model id of the model to fetch