mirror of
https://github.com/ent/ent.git
synced 2026-04-28 21:50:56 +03:00
doc/md: fix some broken links caused by trailing slash (#3990)
This commit is contained in:
@@ -12,7 +12,7 @@ Ent provides, such as:
|
||||
1. Generating a GraphQL schema for nodes and edges defined in an Ent schema.
|
||||
2. Auto-generated `Query` and `Mutation` resolvers and provide seamless integration with the [Relay framework](https://relay.dev/).
|
||||
3. Filtering, pagination (including nested) and compliant support with the [Relay Cursor Connections Spec](https://relay.dev/graphql/connections.htm).
|
||||
4. Efficient [field collection](tutorial-todo-gql-field-collection) to overcome the N+1 problem without requiring data
|
||||
4. Efficient [field collection](tutorial-todo-gql-field-collection.md) to overcome the N+1 problem without requiring data
|
||||
loaders.
|
||||
5. [Transactional mutations](tutorial-todo-gql-tx-mutation.md) to ensure consistency in case of failures.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user