Query Enumeration Values from a GraphQL API

Alex Banks
InstructorAlex Banks
Share this video with your friends

Social Share Links

Send Tweet
Published 6 years ago
Updated 4 years ago

Introspection provides the ability to query information about a GraphQL schema. In this lesson, we will build the form for adding ski days. Inside the form, we will use introspection to obtain the values of conditions enumeration type. We will use these conditions inside of a form select component.