1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Chore: upgrade deps (#483)

Co-authored-by: Avior <git@avior.me>
This commit is contained in:
2024-05-07 02:41:57 +02:00
committed by GitHub
parent c7b3267ca2
commit df154e6b9b
7 changed files with 51 additions and 32 deletions

View File

@ -27,7 +27,7 @@ type Query {
"""Find one card (using the id and set is deprecated)"""
card(
id: ID!,
id: ID,
set: String,
"""The new way to filter"""
filters: CardsFilters
@ -35,14 +35,14 @@ type Query {
"""Find one set (using the id is deprecated)"""
set(
id: ID!,
id: ID,
"""The new way to filter"""
filters: SetFilters
): Set
"""Find one serie (using the id is deprecated)"""
serie(
id: ID!,
id: ID,
"""The new way to filter"""
filters: SerieFilters
): Serie