INPUT_OBJECT

UpdateInputProfileInput

  • input UpdateInputProfileInput {
  • # The profile GUID of the input profile to update.
  • profileId: UUID!
  • # The updated mappings to apply.
  • mappings: [ControllerElementMappingInput!]!
  • }