Const
The list of values associated with WheelType can be retreived by posting to the https://orchestrator.configurator.toyota.com/graphql endpoint with the following GraphQL query:
{ __type(name: "WheelType") { name enumValues { name } }} Copy
{ __type(name: "WheelType") { name enumValues { name } }}
The list of values associated with WheelType can be retreived by posting to the https://orchestrator.configurator.toyota.com/graphql endpoint with the following GraphQL query: