We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Advanced Search Plays with GraphQL

Formale Metadaten

Titel
Advanced Search Plays with GraphQL
Serientitel
Anzahl der Teile
60
Autor
Mitwirkende
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
GraphQL is rapidly growing in popularity as the new standard for working with APIs, and it’s easy to see why! This groundbreaking API query language gives developers a single endpoint to access exactly the data they need. This eliminates over-fetching, decreases the response payload, and avoids multiple costly round trips to the server and long page load times. This could be a session, long or short, or a workshop. The application is a football themed app (or a movie app if the organizers prefer) where we start small with exposing data via a GraphQL endpoint in minutes, but then we make the application much different and more fun by using GraphQL custom resolvers to add a 3rd party TikTok endpoint to the mix. The code is hosted in a code sandbox so attendees will leave with the inspiration, best practices, and actual code to implement immediately in their workflow.