Skip to content

Commit 446cf89

Browse files
committed
chore(readme): Add section for known limitations
1 parent 2fde9fa commit 446cf89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ config/graphql.php
124124
- [Migrating from Folklore](#migrating-from-folklore)
125125
- [Performance considerations](#performance-considerations)
126126
- [Wrap Types](#wrap-types)
127+
- [Known Limitations](#known-limitations)
128+
- [SelectFields related](#selectfields-related)
127129
- [GraphQL testing clients](#graphql-testing-clients)
128130

129131
### Concepts
@@ -2797,6 +2799,12 @@ public function resolve($root, array $args)
27972799
}
27982800
```
27992801

2802+
## Known limitations
2803+
2804+
### SelectFields related
2805+
- Resolving fields via aliases will only resolve them once, even if the fields
2806+
have different arguments ([Issue](https://github.com/rebing/graphql-laravel/issues/604)).
2807+
28002808
## GraphQL testing clients
28012809
- [Firecamp](https://firecamp.io/graphql)
28022810
- [GraphiQL](https://github.com/graphql/graphiql) [integration via laravel-graphiql](https://github.com/mll-lab/laravel-graphiql)

0 commit comments

Comments
 (0)