Query a GraphQL API's Types With Introspection Queries

InstructorEve Porcello

Share this video with your friends

Send Tweet

Introspection is the ability to query information about a GraphQL API’s schema. In this lesson, we will write queries that will return information about the pet library schema.

To follow along with these queries, go to the Pet Library GraphQL Playground.

Nik Vitas
~ 5 years ago

Very good set of lectures. Well done. Is it possible to do a course that compares a REST to GraphQL full stack? Coming from many years of RESTful apps it would be nice to see a comparison along the lines of: "This is how you did it with REST and that same thing done with GraphQL looks like this..."

Eve Porcelloinstructor
~ 5 years ago

Thanks! Maybe a good idea for some future videos!

Cristian Moreno
~ 5 years ago

@Nik you can look the differences in this slide https://slides.com/khriztianmoreno/graphql-apollo-client-workshop#/2

Jagvinder
~ 5 years ago

Is the server code available?

Jagvinder
~ 5 years ago

nvm I found it https://github.com/MoonHighway/pet-library/tree/master