UpdateBlueprintInput
No description
input UpdateBlueprintInput {
displayName: String
published: Boolean
slug: String
configuration: BlueprintConfigurationUpdate
variables: [BlueprintVariableSpecUpdate!]
richInputSchema: JSON
description: String
tags: [String!]
logoUrl: String
outputSchema: BlueprintOutputSchema
connectorSchema: ProjectConnectorSchema
}
Fields
UpdateBlueprintInput.displayName ● String scalar
UpdateBlueprintInput.published ● Boolean scalar
UpdateBlueprintInput.slug ● String scalar
UpdateBlueprintInput.configuration ● BlueprintConfigurationUpdate input
UpdateBlueprintInput.variables ● [BlueprintVariableSpecUpdate!] list input
Update the variables. Supports partial updates: only specify the variables that you wish to update. To modify or remove an existing variable, you must specify the variable's ID.
If ID is not present, the variable will be created (and the "remove" field will be ignored).
UpdateBlueprintInput.richInputSchema ● JSON scalar
UpdateBlueprintInput.description ● String scalar
UpdateBlueprintInput.tags ● [String!] list scalar
UpdateBlueprintInput.logoUrl ● String scalar
UpdateBlueprintInput.outputSchema ● BlueprintOutputSchema input
UpdateBlueprintInput.connectorSchema ● ProjectConnectorSchema input
Member Of
updateBlueprint mutation