getEnergyLandscapeFieldsDescription
Returns the fields description for the associated energy landscape.
Arguments
The version of the energy landscape to query.
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 GetEnergyLandscapeFieldsDescription($version: String) {
getEnergyLandscapeFieldsDescription(version: $version) {
fieldName
fieldObject {
...EnergyLandscapeFieldInterfaceFragment
}
}
}
Variables
{
"version": "get-box-together-century-off"
}
Response
{
"data": {
"getEnergyLandscapeFieldsDescription": [
{
"fieldName": "get-begin-your-feel-eat",
"fieldObject": EnergyLandscapeFieldInterface
}
]
}
}