DevPortalEnvironmentInput
Input parameters for configuring environment settings within a developer portal.
input DevPortalEnvironmentInput {
id: ID!
publishedName: String
}
Fields
DevPortalEnvironmentInput.id ● ID! non-null scalar miscellaneous
The ID of the environment.
DevPortalEnvironmentInput.publishedName ● String scalar miscellaneous
Environment's published name
Member Of
DevPortalInput input
Was this topic helpful?