Saltar al contenido principal

MetadataItemInput

Provider metadata entry input. The value's type is inferred from the matching MetadataConfigItem schema for the provider.

input MetadataItemInput {
key: String!
value: String
}

Fields

MetadataItemInput.key ● String! non-null scalar

Metadata key.

MetadataItemInput.value ● String scalar

Metadata value. Set to null to remove the key.

Member Of

CreateProviderInput input ● UpdateProviderInput input