getEnergyLandscapeFieldsDescription
Returns the fields description for the associated energy landscape.
Arguments
The version of the energy landscape to query.
Possible Errors
Allowed Viewers
Required Permissions
Can process energy landscapeQuery Complexity
1Examples
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": "size-couple-personal-close-win"
}
Response
{
"data": {
"getEnergyLandscapeFieldsDescription": [
{
"fieldName": "kitchen-tree-rock-paper-energy",
"fieldObject": EnergyLandscapeFieldInterface
}
]
}
}