youtube image
From YouTube: GraphQL Dev Supporting Tools in Meta - Jianfeng Chen, Meta Platform

Description

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. Get Started Here: https://graphql.org/

GraphQL Dev Supporting Tools in Meta - Jianfeng Chen, Meta Platform
JW Marriott Austin, Room 402/403

Speakers: Jianfeng Chen
At Meta, we've built a series to tool kits to simplify GraphQL development for iOS and Android mobile App developers. In this talk, I will cover the following topics:

* a new LSP protocol in Rust for GraphQL language;
* how the LSP enables IDE tooling when editing GraphQL queries;
* how we verify the correctness of GraphQL sources during other dev stages, including before/during local compiling stage, code review stage and integration testing.