Skip to content

Deprecate the episode field in Episode model. #94

@afuh

Description

@afuh

Deprecate the episode field in favor of code in the Episode model.

// Episode schema
{
  id: Number,
  name: String,
  code: String,  // deprecate episode
  air_date: String,
  characters: [String],
  url: String,
  created: Date,
}

Update list

  • Episode schema, structure and static query.
  • Episode filter query params
  • Allowed filters
  • TypeDefs deprecation directives in field and input definitions.
  • Database $rename
  • Docs
  • Tests and mock data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions