mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
fix(graphql): fix id argument type of video query (#1189)
This commit is contained in:
@@ -98,7 +98,7 @@ type VideoAnimeThemeEntryEdge @model(class: "App\\Pivots\\Wiki\\AnimeThemeEntryV
|
||||
|
||||
extend type Query {
|
||||
"Returns a video resource."
|
||||
video(id: String! @eq(key: "video_id")): Video @find(model: "App\\Models\\Wiki\\Video")
|
||||
video(id: Int! @eq(key: "video_id")): Video @find(model: "App\\Models\\Wiki\\Video")
|
||||
|
||||
"Returns a listing of video resources given fields."
|
||||
videoPagination(
|
||||
|
||||
Reference in New Issue
Block a user