AiPlatformIntegration
No description
type AiPlatformIntegration {
id: ID!
ai_platform: AiPlatform!
api_key: String!
created_at: DateTime!
created_by: Int!
updated_at: DateTime!
updated_by: Int!
}
Fields
AiPlatformIntegration.id ● ID! non-null scalar
AiPlatformIntegration.ai_platform ● AiPlatform! non-null enum
AiPlatformIntegration.api_key ● String! non-null scalar
AiPlatformIntegration.created_at ● DateTime! non-null scalar
AiPlatformIntegration.created_by ● Int! non-null scalar
AiPlatformIntegration.updated_at ● DateTime! non-null scalar
AiPlatformIntegration.updated_by ● Int! non-null scalar
Returned By
aiPlatformIntegration query ● aiPlatformIntegrations query ● createAiPlatformIntegration mutation ● updateAiPlatformIntegration mutation


