visibility

@JvmName(name = "kkvxcwkashodabxi")
suspend fun visibility(value: Output<GraphQLApiVisibilityEnumValueArgs>)
@JvmName(name = "ylrpymqdtlgmptca")
suspend fun visibility(value: GraphQLApiVisibilityEnumValueArgs?)

Parameters

value

Sets the value of the GraphQL API to public (GLOBAL) or private (PRIVATE). If no value is provided, the visibility will be set to GLOBAL by default. This value cannot be changed once the API has been created.


@JvmName(name = "iyaemddehxtdsdfq")
suspend fun visibility(argument: suspend GraphQLApiVisibilityEnumValueArgsBuilder.() -> Unit)

Parameters

argument

Sets the value of the GraphQL API to public (GLOBAL) or private (PRIVATE). If no value is provided, the visibility will be set to GLOBAL by default. This value cannot be changed once the API has been created.