From the course: Building a GraphQL Project with React.js

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Generating a list of repos

Generating a list of repos

- [Instructor] So, it's time to start listing some repos in our application, and to do that, I'm going to need a new query. I really highly suggest that whenever you're creating a query, you just go to the Explorer. It has a lot of additional features that will make it easier for you to create it. I mean, when you're here in this text editor, this is just text. So there's none of the help that you get in the Explorer. So have that open in a separate window and create your query, 'cause I can hit command or control space here. And I get this pop-up where I can start typing in something like, say, I want repositories here, and I can use that little pop-up menu. It just makes it a lot easier. And as I'm typing things that I know I need to type in here, it's actually just giving me hints and help them meet. It's really fantastic. So I'm going to get the nodes and I'm going to get the name. I'll get an ID and the description…

Contents