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

issue: List serie wide cards #155

Open
3 of 4 tasks
Tracked by #45
Aviortheking opened this issue Nov 9, 2021 · 0 comments
Open
3 of 4 tasks
Tracked by #45

issue: List serie wide cards #155

Aviortheking opened this issue Nov 9, 2021 · 0 comments
Labels
issue Possible Data Error or Server Bug server Server/API Related
Milestone

Comments

@Aviortheking
Copy link
Member

Where are you having the issue

  • GraphQL
  • JSON API

Is the issue affecting one of the two elements below ?

  • Translations
  • Definitions Files (Open API, GraphQL Schema, etc)

Description

Serie wide cards are currently not listable as the schemas have the set field has mandatory

The Goal would be to make set optional and to add a serie field mandatory

in the api.d.ts schema

	/**
	 * Card Set
	 */
-	set: SetResume;
+	set?: SetResume
+
+	/**
+	 * Card Serie
+	 */
+	serie: SerieResume
@Aviortheking Aviortheking added server Server/API Related issue Possible Data Error or Server Bug labels Nov 9, 2021
@Aviortheking Aviortheking added this to the 3.0 milestone Nov 9, 2021
@Aviortheking Aviortheking mentioned this issue May 7, 2024
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue Possible Data Error or Server Bug server Server/API Related
Projects
None yet
Development

No branches or pull requests

1 participant