Skip to content

Commit 7663176

Browse files
authored
Merge pull request graphql#820 from mohawk2/add-perl
Add links to Perl libraries
2 parents b648370 + 34f8a3f commit 7663176

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules
66
npm-debug.log
77

88
/build/
9-
.tmp.*
9+
.tmp.*
10+
package-lock.json

site/code/index.html.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3434
- [Java](#java)
3535
- [JavaScript](#javascript)
3636
- [Kotlin](#kotlin)
37+
- [Perl](#perl)
3738
- [PHP](#php)
3839
- [Python](#python)
3940
- [Ruby](#ruby)
@@ -337,6 +338,14 @@ Apollo Server also supports all Node.js HTTP server frameworks: Express, Connect
337338
338339
- [graphql-kotlin](https://github.com/ExpediaGroup/graphql-kotlin/): A set of libraries for running GraphQL server in Kotlin.
339340
341+
### Perl
342+
343+
- [graphql-perl](https://github.com/graphql-perl/graphql-perl): A Perl port of GraphQL reference implementation
344+
- [MetaCPAN documentation](https://metacpan.org/pod/GraphQL)
345+
- [Mojolicious-Plugin-GraphQL](https://github.com/graphql-perl/Mojolicious-Plugin-GraphQL) - connect your GraphQL service to a Mojolicious app
346+
- [GraphQL-Plugin-Convert-DBIC](https://github.com/graphql-perl/GraphQL-Plugin-Convert-DBIC) - automatically connect your DBIx::Class schema to GraphQL
347+
- [GraphQL-Plugin-Convert-OpenAPI](https://github.com/graphql-perl/GraphQL-Plugin-Convert-OpenAPI) - automatically connect any OpenAPI service (either local Mojolicious one, or remote) to GraphQL
348+
340349
### PHP
341350
342351
- [graphql-php](https://github.com/webonyx/graphql-php): A PHP port of GraphQL reference implementation

0 commit comments

Comments
 (0)