DevPortalInput
Input parameters for configuring developer portal settings including theme, environments, and display options.
input DevPortalInput {
internalName: String
theme: DevPortalThemeInput
environments: [DevPortalEnvironmentInput]
environmentFilterEnabled: Boolean
}
Fields
DevPortalInput.internalName ● String scalar miscellaneous
The internal name for the developer portal.
DevPortalInput.theme ● DevPortalThemeInput input platform
Theme configuration including text, colors, and images.
DevPortalInput.environments ● [DevPortalEnvironmentInput] list input platform
List of environment configurations for the portal.
DevPortalInput.environmentFilterEnabled ● Boolean scalar miscellaneous
Whether environment filtering is enabled.
Member Of
devPortalUpdate mutation ●
devPortalUpdateValidation query
Was this topic helpful?