Reserved Field Name
Erroneous Code Example
This error occurs when you try to use a reserved field name in your schema or query. For example, the fieldid is a reserved field name for any item type.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 CLI v2 is now live! See Getting Started for details.
id is a reserved field name for any item type.
N::User {
id: String,
}
N::User {
github_id: String,
}
Was this page helpful?