CreateBlueprintInput
No description
input CreateBlueprintInput {
teamId: UUID!
type: BlueprintType!
slug: String!
displayName: String!
published: Boolean!
enabled: Boolean
description: String
tags: [String!]!
logoUrl: String
driverConfiguration: BlueprintDriverConfigurationInput
richInputSchema: JSON
variables: [BlueprintVariableSpecInput!]!
}
Fields
CreateBlueprintInput.teamId
● UUID!
non-null scalar
The owner for this blueprint.
CreateBlueprintInput.type
● BlueprintType!
non-null enum
CreateBlueprintInput.slug
● String!
non-null scalar
CreateBlueprintInput.displayName
● String!
non-null scalar
CreateBlueprintInput.published
● Boolean!
non-null scalar
CreateBlueprintInput.enabled
● Boolean
scalar
CreateBlueprintInput.description
● String
scalar
CreateBlueprintInput.tags
● [String!]!
non-null scalar
CreateBlueprintInput.logoUrl
● String
scalar
CreateBlueprintInput.driverConfiguration
● BlueprintDriverConfigurationInput
input
CreateBlueprintInput.richInputSchema
● JSON
scalar
CreateBlueprintInput.variables
● [BlueprintVariableSpecInput!]!
non-null input
Member Of
createBlueprint
mutation