createVisualizationDataset

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_APPLICATION

    Arguments

    input CreateVisualizationDatasetInput!

    Input sent to the createVisualizationDataset mutation

    CreateVisualizationDatasetInput fields

    name String!

    A meaningful, human-readable name for this dataset

    productId ID!

    Unique identifier (uuid) of the product to which this dataset belongs

    datasetSchema [VisualizationDatasetAttributeInput]!

    The list of attributes required for each row in the dataset

    timeColumn String

    Dataset time column name. Used to optimize data storage and retrieval

    Return Fields

    dataset VisualizationDataset

    The new dataset

    userErrors [CreateVisualizationDatasetUserError!]

    Error details while creating dataset

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.