pushToVisualizationDataset

This page contains

    Authorization Rules

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

    Scopes

    ROLE_APPLICATION

    Arguments

    input PushToVisualizationDatasetInput!

    Input sent to the pushToVisualizationDataset mutation

    PushToVisualizationDatasetInput fields

    datasetId ID!

    The identifier of the dataset you are pushing to

    revisionId Int!

    The revision of the dataset you are pushing to

    productId String!

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

    fields [PushToVisualizationDatasetInputKeyValue]!

    A list of key-value pairs of data being pushed into the dataset.

    Return Fields

    success Boolean!

    Whether the operation was a success or not

    userErrors [PushToVisualizationDatasetUserError!]

    Error details while pushing data

    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.