Schema queries This reference covers the usage of schema queries in TypeQL. These queries can be only executed in schema transactions. Query types Define query Used to add new types, constraints, or functions to the schema. Undefine query Used to remove existing types, constraints, or functions from the schema. Redefine query Used to modify existing types, type traits, or functions in the schema. Data and query model Define