OBJECT

InputProfileType

Describes a input profile name by its association with a specific profile GUID

  • type InputProfileType {
  • # The name of the input profile
  • profileName: String!
  • # The GUID of the input profile
  • profileId: UUID!
  • }