INPUT_OBJECT

SpringArtifactMetadataInput

input needed to create an application meta data

link GraphQL Schema definition

  • input SpringArtifactMetadataInput {
  • # Unique identifier for Application Meta, to be used for update operation
  • applicationMetaId: String
  • # Name of Application
  • applicationName: String
  • }