PossibleIntegrationType
No description
type PossibleIntegrationType {
id: ID!
name: String
description: String
authenticationMethod: String
isConfigured: Boolean
apiKey: String
firstConfiguredAt: String
lastUsedAt: String
lastUsedBy: UserType
}
Fields
PossibleIntegrationType.id
● ID!
non-null scalar
The ID of an object
PossibleIntegrationType.name
● String
scalar
PossibleIntegrationType.description
● String
scalar
PossibleIntegrationType.authenticationMethod
● String
scalar
PossibleIntegrationType.isConfigured
● Boolean
scalar
PossibleIntegrationType.apiKey
● String
scalar
PossibleIntegrationType.firstConfiguredAt
● String
scalar
PossibleIntegrationType.lastUsedAt
● String
scalar
PossibleIntegrationType.lastUsedBy
● UserType
object
Returned by
possibleIntegrations
query