Skip to content

issue: List serie wide cards #155

@Aviortheking

Description

@Aviortheking

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    issuePossible Data Error or Server BugserverServer/API Related

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions