New Neo4jGraphQL({ typeDefs, driver }) causes Unknown directive error

Error: Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".
13:42:38 api |
13:42:38 api | Unknown directive "@relation".

This is on a fresh GRANDstack project, where the schema has been inferred from the database.

@relation should now be @relationship instead of @relation: Directives - Neo4j GraphQL Library

How did you infer the schema? Was it using the grandstack CLI?