RsaMotorStudioCreateEasyModeConfigInput
**Experimental** Represents input value for motor studio project easymode config creation.
input RsaMotorStudioCreateEasyModeConfigInput {
path: String!
projectId: ID!
sliders: [RsaMotorStudioCreateSliderInput!]!
}
Fields
RsaMotorStudioCreateEasyModeConfigInput.path ● String! non-null scalar
**Experimental**
RsaMotorStudioCreateEasyModeConfigInput.projectId ● ID! non-null scalar
**Experimental**
RsaMotorStudioCreateEasyModeConfigInput.sliders ● [RsaMotorStudioCreateSliderInput!]! non-null input
**Experimental**