@vnodes/graphql
Preparing search index...
createUnionType
Function createUnionType
createUnionType
<
T
extends
readonly
Type
<
unknown
>
[]
=
Type
<
unknown
>
[]
>
(
options
:
UnionOptions
<
T
>
,
)
:
InstanceType
<
ArrayElement
<
T
>
>
Creates a GraphQL union type composed of types references.
Type Parameters
T
extends
readonly
Type
<
unknown
>
[]
=
Type
<
unknown
>
[]
Parameters
options
:
UnionOptions
<
T
>
Returns
InstanceType
<
ArrayElement
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vnodes/graphql
Loading...
Creates a GraphQL union type composed of types references.