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
- core/backend/src/Schema.ts Line 74
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.