MapPlatformIntegration
No description
type MapPlatformIntegration {
created_at: DateTime!
external_instance_id: String
id: ID!
is_sandbox: Boolean!
map_platform_id: MapPlatform!
roles_skipped_at: DateTime
updated_at: DateTime!
users_skipped_at: DateTime
}
Fields
MapPlatformIntegration.created_at ● DateTime! non-null scalar
MapPlatformIntegration.external_instance_id ● String scalar
MapPlatformIntegration.id ● ID! non-null scalar
MapPlatformIntegration.is_sandbox ● Boolean! non-null scalar
MapPlatformIntegration.map_platform_id ● MapPlatform! non-null enum
MapPlatformIntegration.roles_skipped_at ● DateTime scalar
MapPlatformIntegration.updated_at ● DateTime! non-null scalar
MapPlatformIntegration.users_skipped_at ● DateTime scalar
Returned By
connectMapIntegration mutation ● mapPlatformIntegrations query ● setMapMigrationRolesSkipped mutation ● setMapMigrationUsersSkipped mutation


