ReposInput
No description
input ReposInput {
  first: Int
  after: String
  team: ID
  showDisabled: Boolean
}
No description
input ReposInput {
  first: Int
  after: String
  team: ID
  showDisabled: Boolean
}
ReposInput.first ● Int scalarReposInput.after ● String scalarReposInput.team ● ID scalarReposInput.showDisabled ● Boolean scalar