Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

E108

For the complete documentation index optimized for AI agents, see llms.txt.

Invalid Schema Version

Erroneous Code Example

This error occurs when the schema version specified is invalid or not supported.

VERSION 999

N::User {
    name: String,
}

Solution

Use a valid schema version number that is supported by your version of Helix.

VERSION 1

N::User {
    name: String,
}