Waiting for engine...
Skip to main content

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 {#id}

The ID of the environment.

DevPortalEnvironmentInput.publishedName ● String scalar miscellaneous {#published-name}

Environment's published name

Member Of

DevPortalInput input

On this Page