unregisterSchema MethodStatic

Unregister a schema, by name, if one is already registered. This function is not normally needed, but is useful for cases where a generated proxy schema needs to be replaced by the real schema.

unregisterSchema(schemaName: string): boolean

@returns true if the schema was unregistered

Parameter Type Description
schemaName string Name of the schema to unregister

Returns - boolean

true if the schema was unregistered

Defined in

Last Updated: 24 June, 2025