Skip to main content

group_projects

Creates, updates, deletes, gets or lists a group_projects resource.

Overview

Namegroup_projects
TypeResource
Idvercel.microfrontends.group_projects

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstring
namestring
account_idstring (wire: accountId)
connect_configuration_idstring (wire: connectConfigurationId)
passive_connect_configuration_idstring (wire: passiveConnectConfigurationId)
transfer_to_account_idstring (wire: transferToAccountId)
transferred_from_account_idstring (wire: transferredFromAccountId)
concurrency_bucket_namestring (wire: concurrencyBucketName)
abuseobject
aliasarray
analyticsobject
applied_cve_55182_migrationboolean (false, true) (wire: appliedCve55182Migration)
auto_assign_custom_domainsboolean (false, true) (wire: autoAssignCustomDomains)
auto_assign_custom_domains_updated_bystring (wire: autoAssignCustomDomainsUpdatedBy)
auto_expose_system_envsboolean (false, true) (wire: autoExposeSystemEnvs)
avatarstring
blobsobject
build_commandstring (wire: buildCommand)
command_for_ignoring_build_stepstring (wire: commandForIgnoringBuildStep)
connect_builds_enabledboolean (false, true) (wire: connectBuildsEnabled)
connect_configurationsarray (wire: connectConfigurations)
created_atnumber (wire: createdAt)
creator
cronsobject
custom_environmentsarray (wire: customEnvironments)
customer_support_code_visibilityboolean (false, true) (wire: customerSupportCodeVisibility)
data_cacheobject (wire: dataCache)
default_resource_configobject (wire: defaultResourceConfig)
deployment_expirationobjectRetention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects. (wire: deploymentExpiration)
deployment_policyobjectProject shape. null on a rule list clears the project's override for that rule type (fall back to team for every env); omitting is equivalent. Setting deploymentPolicy itself to null clears every override at once. Kept structurally distinct from {@link TeamDeploymentPolicy} so the two storage locations don't share a type by accident. (wire: deploymentPolicy)
dev_commandstring (wire: devCommand)
directory_listingboolean (false, true) (wire: directoryListing)
dismissed_toastsarray (wire: dismissedToasts)
enable_affected_projects_deploymentsboolean (false, true) (wire: enableAffectedProjectsDeployments)
enable_external_rewrite_cachingboolean (false, true) (wire: enableExternalRewriteCaching)
enable_preview_feedbackboolean (false, true, ) (wire: enablePreviewFeedback)
enable_production_feedbackboolean (false, true, ) (wire: enableProductionFeedback)
envarray
expiration
featuresobject
frameworkstring (actix-web, angular, ash, astro, axum, blitzjs, brunch, bun, container, create-react-app, django, docusaurus, docusaurus-2, dojo, eleventy, elysia, ember, eve, express, factory-eve, fastapi, fasthtml, fastify, flask, gatsby, go, gridsome, h3, hexo, hono, hugo, hydrogen, ionic-angular, ionic-react, jekyll, koa, mastra, middleman, nestjs, nextjs, nitro, node, nuxtjs, parcel, polymer, preact, python, react-router, redwoodjs, remix, ruby, rust, saber, sanity, sanity-v2, sapper, scully, services, solidstart, solidstart-1, stencil, storybook, svelte, sveltekit, sveltekit-1, tanstack-start, tanstack-start-lovable, umijs, vite, vitepress, vue, vuepress, xmcp, zola, )
git_commentsobject (wire: gitComments)
git_fork_protectionboolean (false, true) (wire: gitForkProtection)
git_lfsboolean (false, true) (wire: gitLFS)
git_provider_optionsobject (wire: gitProviderOptions)
has_active_branchesboolean (false, true) (wire: hasActiveBranches)
has_deploymentsboolean (false, true) (wire: hasDeployments)
install_commandstring (wire: installCommand)
internal_routesarray (wire: internalRoutes)
ip_bucketsarray (wire: ipBuckets)
jobsobject
last_alias_requestobject (wire: lastAliasRequest)
last_rollback_targetstring(opaque JSON object) (wire: lastRollbackTarget)
latest_deploymentsarray (wire: latestDeployments)
link
liveboolean (false, true)
microfrontends
node_versionstring (10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 8.10.x) (wire: nodeVersion)
oidc_token_configobject (wire: oidcTokenConfig)
options_allowlistobject (wire: optionsAllowlist)
output_directorystring (wire: outputDirectory)
passportobject
password_protectionstring(opaque JSON object) (wire: passwordProtection)
pausedboolean (false, true)
permissionsobject
production_deployments_fast_laneboolean (false, true) (wire: productionDeploymentsFastLane)
protected_sourcemapsboolean (false, true) (wire: protectedSourcemaps)
protection_bypassobject (wire: protectionBypass)
protection_configobject (wire: protectionConfig)
resource_configobject (wire: resourceConfig)
rollback_descriptionobjectDescription of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback. (wire: rollbackDescription)
rolling_releaseobjectProject-level rolling release configuration that defines how deployments should be gradually rolled out (wire: rollingRelease)
root_directorystring (wire: rootDirectory)
sandboxobject
securityobject
serverless_function_zero_config_failoverboolean (false, true) (wire: serverlessFunctionZeroConfigFailover)
servicesarray
skew_protection_allowed_domainsarray (wire: skewProtectionAllowedDomains)
skew_protection_boundary_atnumber (wire: skewProtectionBoundaryAt)
skew_protection_max_agenumber (wire: skewProtectionMaxAge)
skip_git_connect_during_linkboolean (false, true) (wire: skipGitConnectDuringLink)
source_files_outside_root_directoryboolean (false, true) (wire: sourceFilesOutsideRootDirectory)
speed_insightsobject (wire: speedInsights)
sso_protectionobject (wire: ssoProtection)
static_ipsobject (wire: staticIps)
targetsobject
tierstring (advanced, critical, priority)
tracingobject
transfer_completed_atnumber (wire: transferCompletedAt)
transfer_started_atnumber (wire: transferStartedAt)
trusted_ips (wire: trustedIps)
trusted_sourcesobject (wire: trustedSources)
updated_atnumber (wire: updatedAt)
usage_statusobject (wire: usageStatus)
v_0boolean (false, true) (wire: v0)
v_0_createdboolean (false, true) (wire: v0Created)
web_analyticsobject (wire: webAnalytics)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectgroup_idteam_id, slugGet the microfrontends for a given group ID.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
group_idstring
slugstringThe Team slug to perform the request on behalf of.
team_idstringThe Team identifier to perform the request on behalf of. (wire: teamId)

SELECT examples

Get the microfrontends for a given group ID.

SELECT
id,
name,
account_id,
connect_configuration_id,
passive_connect_configuration_id,
transfer_to_account_id,
transferred_from_account_id,
concurrency_bucket_name,
abuse,
alias,
analytics,
applied_cve_55182_migration,
auto_assign_custom_domains,
auto_assign_custom_domains_updated_by,
auto_expose_system_envs,
avatar,
blobs,
build_command,
command_for_ignoring_build_step,
connect_builds_enabled,
connect_configurations,
created_at,
creator,
crons,
custom_environments,
customer_support_code_visibility,
data_cache,
default_resource_config,
deployment_expiration,
deployment_policy,
dev_command,
directory_listing,
dismissed_toasts,
enable_affected_projects_deployments,
enable_external_rewrite_caching,
enable_preview_feedback,
enable_production_feedback,
env,
expiration,
features,
framework,
git_comments,
git_fork_protection,
git_lfs,
git_provider_options,
has_active_branches,
has_deployments,
install_command,
internal_routes,
ip_buckets,
jobs,
last_alias_request,
last_rollback_target,
latest_deployments,
link,
live,
microfrontends,
node_version,
oidc_token_config,
options_allowlist,
output_directory,
passport,
password_protection,
paused,
permissions,
production_deployments_fast_lane,
protected_sourcemaps,
protection_bypass,
protection_config,
resource_config,
rollback_description,
rolling_release,
root_directory,
sandbox,
security,
serverless_function_zero_config_failover,
services,
skew_protection_allowed_domains,
skew_protection_boundary_at,
skew_protection_max_age,
skip_git_connect_during_link,
source_files_outside_root_directory,
speed_insights,
sso_protection,
static_ips,
targets,
tier,
tracing,
transfer_completed_at,
transfer_started_at,
trusted_ips,
trusted_sources,
updated_at,
usage_status,
v_0,
v_0_created,
web_analytics
FROM vercel.microfrontends.group_projects
WHERE group_id = '{{ group_id }}' -- required
AND team_id = '{{ team_id }}'
AND slug = '{{ slug }}'
;