Query Enumeration Values from a GraphQL API

InstructorAlex Banks

Share this video with your friends

Send Tweet

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.