Skip to content

Endpoint: Fetch Show details #21

@smculliton

Description

@smculliton
query {
    getShow(
        tmdbId: <id>
        userId: <id>
    )
    {
        tmdbId
        title
        releaseYear
        streamingService
        genres
        rating
        summary
        recommendedBy {
            {
                userId
                username
                avatarUrl
            }
        }
    }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions