Skip to main content

Arguments

The time series input for time series entry creation or update.

Returns

CreateOrUpdateTimeSeriesEntries!

Summary information on the time series and associated variants once the creation and update operations have been completed.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation CreateOrUpdateTimeSeriesEntries($input: CreateOrUpdateTimeSeriesEntriesInput!) { createOrUpdateTimeSeriesEntries(input: $input) { code description meta name periodSize productCode unit variants { ...VariantProfileFragment } } }

Variables

Response

{ "data": { "createOrUpdateTimeSeriesEntries": { "code": "strong-red-movie-to-story", "description": "fact-church-have-minute-best", "meta": {"key": "value"}, "name": "generation-offer-analysis-spring-prepare", "periodSize": "finish-fear-good-foot-security", "productCode": "may-moment-chance-trial-for", "unit": "foreign-attention-woman-look-tree", "variants": [VariantProfile] } } }