introspectionConfig

@JvmName(name = "ifygxqoyttaoeupg")
suspend fun introspectionConfig(value: Output<GraphQLApiIntrospectionConfigEnumValueArgs>)
@JvmName(name = "jdvhgcbwqbkchytk")
suspend fun introspectionConfig(value: GraphQLApiIntrospectionConfigEnumValueArgs?)

Parameters

value

Sets the value of the GraphQL API to enable (ENABLED) or disable (DISABLED) introspection. If no value is provided, the introspection configuration will be set to ENABLED by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled.

For more information about introspection, see GraphQL introspection.


@JvmName(name = "nbrgicrjrdxasgka")
suspend fun introspectionConfig(argument: suspend GraphQLApiIntrospectionConfigEnumValueArgsBuilder.() -> Unit)

Parameters

argument

Sets the value of the GraphQL API to enable (ENABLED) or disable (DISABLED) introspection. If no value is provided, the introspection configuration will be set to ENABLED by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled.

For more information about introspection, see GraphQL introspection.