Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "schema/schema"

Index

Type aliases

ReposQuery

ReposQuery: { ChatTeam: Array<{ __typename: "undefined"; orgs: Array<{ __typename: string; repo: Array<{ __typename: string; name: string | null; owner: string | null } | null> | null } | null> | null } | null> | null }

Type declaration

  • ChatTeam: Array<{ __typename: "undefined"; orgs: Array<{ __typename: string; repo: Array<{ __typename: string; name: string | null; owner: string | null } | null> | null } | null> | null } | null> | null

ReposQueryVariables

ReposQueryVariables: { offset: number; teamId: string }

Type declaration

  • offset: number
  • teamId: string

Generated using TypeDoc