The Neo4j GraphQL Library 1.0.0 has been released, offering a redesigned and rewritten library in TypeScript for better type safety. The new library is a successor to the neo4j-graphql-js project and provides high-quality support and continuous improvement. It includes a stable version 1.0.0 of the Object Graph Mapper (@neo4j/graphql-ogm), which allows for programmatic API manipulation of data in Neo4j databases using GraphQL type definitions. The library also introduces new features such as nested mutations, camelCase query and mutation field names, and ISO 8601 strings for date and time scalars. Additionally, the library offers directives like @timestamp and @auth to simplify authentication and authorization processes. The team is committed to continuous improvement and has a migration guide available to help users transition from the old library. Future plans include implementing Relay specification, aggregations, and expanding the capabilities of the new library.