Interface defining options that can be passed to @InputType() decorator.
@InputType()
Optional
Description of the input type.
If true, type will not be registered in the schema.
true
If 'true', the input type will be '@oneOf' type. More info about '@oneOf' types in the GraphQL spec.
Interface defining options that can be passed to
@InputType()decorator.Public Api