INPUT_OBJECT

CreateInputProfileInputType

  • input CreateInputProfileInputType {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # Identifies the device or device archetype to create this profile for.
  • device: DeviceIdentifierInput!
  • # The input driver to create this profile for.
  • inputDriver: InputDriver!
  • # The controllerId of the Stone controller layout this profile is for.
  • controllerId: ControllerId!
  • # The name of the profile to create.
  • profileName: String!
  • }