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

Advanced Search Plays with GraphQL

Formal Metadata

Title
Advanced Search Plays with GraphQL
Title of Series
Number of Parts
60
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
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.