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

Endpoint: Subscribe to current user #17

Open
smculliton opened this issue Feb 7, 2023 · 0 comments
Open

Endpoint: Subscribe to current user #17

smculliton opened this issue Feb 7, 2023 · 0 comments
Assignees
Labels

Comments

@smculliton
Copy link
Contributor

smculliton commented Feb 7, 2023

subscription {
    fetchUser (id: <id>)
    {
        id
        username
        avatarUrl
        watchlist {
            show {
                tmdbId
                title
                releaseYear
                thumbnailUrl
            }
        }
        recommendations {
            recommendeeId
            recommender {
                id
                username
                avatarUrl
            }
            show {
                tmdbId
                title
                releaseYear
                rating
                genres
                thumbnailUrl
            }
            createdAt
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants