GithubIntegration
No description
type GithubIntegration implements Integration {
  id: UUID!
  type: IntegrationType!
  name: String!
  description: String!
  image: String!
  createdAt: Time!
  updatedAt: Time!
  login: String!
  appID: Int!
  installationID: Int!
  targetType: String!
}