CreateBlueprintInput
No description
input CreateBlueprintInput {
  userID: UUID!
  slug: String!
  displayName: String!
  published: Boolean!
  type: BlueprintType!
  configuration: BlueprintConfigurationInput
  variables: [BlueprintVariableSpecInput!]!
  richInputSchema: JSON
  description: String
  tags: [String!]
  logoUrl: String
}
Fields
CreateBlueprintInput.userID ● UUID! non-null scalar
CreateBlueprintInput.slug ● String! non-null scalar
CreateBlueprintInput.displayName ● String! non-null scalar
CreateBlueprintInput.published ● Boolean! non-null scalar
CreateBlueprintInput.type ● BlueprintType! non-null enum
CreateBlueprintInput.configuration ● BlueprintConfigurationInput input
CreateBlueprintInput.variables ● [BlueprintVariableSpecInput!]! non-null input
CreateBlueprintInput.richInputSchema ● JSON scalar
CreateBlueprintInput.description ● String scalar
CreateBlueprintInput.tags ● [String!] list scalar
CreateBlueprintInput.logoUrl ● String scalar
Member Of
createBlueprint  mutation