File tree 1 file changed +2
-2
lines changed
src/content/code/language-support/php/server
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ GraPHPinator is feature complete PHP implementation of GraphQL server. Its job i
18
18
- [ Where directives] ( https://github.com/infinityloop-dev/graphpinator-where-directives ) - Executable directives to filter values in lists.
19
19
- File upload using [ multipart-formdata] ( https://github.com/jaydenseric/graphql-multipart-request-spec ) specs (currently bundled).
20
20
- Project is composed from multiple smaller packages, which may be used standalone:
21
- - [ Tokenizer] ( https://github.com/infinityloop-dev/graphpinator-tokenizer ) - Lexical analyzer of request document.
22
- - [ Parser] ( https://github.com/infinityloop-dev/graphpinator-parser ) - Syntactic analyzer of request document.
21
+ - [ Tokenizer] ( https://github.com/infinityloop-dev/graphpinator-tokenizer ) - Lexical analyzer of GraphQL document.
22
+ - [ Parser] ( https://github.com/infinityloop-dev/graphpinator-parser ) - Syntactic analyzer of GraphQL document.
You can’t perform that action at this time.
0 commit comments