简体   繁体   English

如何用特定的编程语言创建Graphql实现?

[英]How to create a Graphql implementation in a specific programming language?

Graphql specification has been implemented in many programming languages, but there is not implementation for my programming language of interest. Graphql规范已经在许多编程语言中实现,但是没有针对我感兴趣的编程语言的实现。 I wonder how were those implementations created? 我想知道这些实现是如何创建的? Any reference materials or tutorials, beside the specification itself ? 除规范本身之外的任何参考资料或教程?

Besides the specification itself, the Facebook team created graphql-js as a reference implementation for other languages. 除了规范本身,Facebook团队还创建了graphql-js作为其他语言的参考实现。

You can check out https://graphql.org/code/ to see all of the languages which have implemented GraphQL and use those for reference as well! 您可以查看https://graphql.org/code/以查看已实施GraphQL的所有语言,并将其用于参考!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM