Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Youtube videos for a playlist #4

Open
dwwoelfel opened this issue Aug 12, 2019 · 0 comments
Open

Get Youtube videos for a playlist #4

dwwoelfel opened this issue Aug 12, 2019 · 0 comments
Assignees

Comments

@dwwoelfel
Copy link
Owner

The youtube resolver now has top-level fields to get videos for a playlist.

Example query:

query PlaylistVideos {
  youTube {
    playlist(id: "PLtEPUaeDclkst9s6vnt5iMHfgxh0pO1Dm") {
      items {
        nodes {
          snippet {
            title
            description
          }
        }
      }
    }
  }
}
@dwwoelfel dwwoelfel self-assigned this Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant