BlueprintOutputSchemaEntry
No description
input BlueprintOutputSchemaEntry {
  id: UUID
  name: String
  displayName: String
  type: VariableType
  dataSource: BlueprintOutputDataSource
  dataPath: String
  transformations: [BlueprintOutputTransformationType!]
  transformationContext: BlueprintOutputTransformationContext
}
Fields
BlueprintOutputSchemaEntry.id ● UUID scalar
BlueprintOutputSchemaEntry.name ● String scalar
BlueprintOutputSchemaEntry.displayName ● String scalar
BlueprintOutputSchemaEntry.type ● VariableType enum
BlueprintOutputSchemaEntry.dataSource ● BlueprintOutputDataSource enum
BlueprintOutputSchemaEntry.dataPath ● String scalar
BlueprintOutputSchemaEntry.transformations ● [BlueprintOutputTransformationType!] list enum
BlueprintOutputSchemaEntry.transformationContext ● BlueprintOutputTransformationContext input
Member Of
BlueprintOutputSchema  input