Skip to main content

surveyData

Fetch survey data for a given epoch and data name.

surveyData(
dataName: String!
epoch: String!
): SurveyData

Arguments

surveyData.dataName ● String! non-null scalar

The name of the survey data set.

surveyData.epoch ● String! non-null scalar

The epoch to fetch survey data for.

Type

SurveyData object

This is object that represents the survey data for a specific epoch and data name.