Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

complete this definition, this is actually not accurate #31

Open
github-actions bot opened this issue May 28, 2022 · 0 comments
Open

complete this definition, this is actually not accurate #31

github-actions bot opened this issue May 28, 2022 · 0 comments
Labels
tech-debt A Lannister always pays his (technical) debts. todo Auto-generated from TODO comments

Comments

@github-actions
Copy link

// TODO: complete this definition, this is actually not accurate

export interface GraphqlResponse<T> {
  data?: T
  // TODO: complete this definition, this is actually not accurate
  // labels: tech-debt
  errors?: {
    message: string
    extensions: {
      response: {
        statusCode: number
        message: string[]
      }
    }
  }[]
}
@github-actions github-actions bot added tech-debt A Lannister always pays his (technical) debts. todo Auto-generated from TODO comments labels May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tech-debt A Lannister always pays his (technical) debts. todo Auto-generated from TODO comments
Projects
None yet
Development

No branches or pull requests

0 participants