Sleuth Documentation
HomeBlogSupportSign up
  • Getting started
  • Navigating Sleuth
  • DORA metrics
    • Deploy frequency
    • Change lead time
    • Change failure rate
    • MTTR
    • Interpreting Metrics in Sleuth
  • Deployment tracking
    • Organization
      • Labels
      • Trends
      • Compare
      • Search
      • Status
    • Projects
      • Issue trackers
    • Environments
    • Code deployments
      • Creating a deployment
      • How to register a deploy
      • Rollbacks
      • Automatic tagging
      • Deployment locking
      • Environment drift
      • Move code deployments
      • Search everything
    • Feature flags
    • Manual changes
    • Deploys
    • Teams
  • Work in Progress
  • Goals
  • Sleuth Automations
    • Automations Marketplace
      • Installing Automations
        • Installing PR "Update" Automations
      • Editing and uninstalling Automations
      • Smart suggestions
      • Understanding efficacy
    • Custom Automations
      • Automations Cookbook
      • Webhook Actions
      • Trigger Build Actions
        • Bitbucket Pipelines
        • CircleCI
        • Github Actions
        • Jenkins
  • Slack & Email Notifications
  • Auto-verify deploys
    • Anomaly detection
    • Error impact
    • Metric impact
  • Ignoring pull requests
  • Slack mission control
    • Approvals
    • Project notifications
    • Personal notifications
    • Search Sleuth in Slack
    • Project/Deployment history
    • Developer standup
  • Sleuth API
    • Deploy Registration
    • Deploy import
    • Manual Change
    • Custom Incident Impact Registration
    • Custom Metric Impact Registration
    • Deprecation information
    • GraphQL Queries
    • GraphQL Mutations
    • Query batching
  • Integrations
    • About Integrations...
    • Code integrations (read-only)
      • Azure DevOps
      • Bitbucket
      • GitHub
      • GitLab
      • Custom Git
      • Terraform Cloud
    • Code integrations (write)
    • Feature flag integrations
      • LaunchDarkly
    • Impact integrations
      • Error trackers
        • Bugsnag
        • Honeybadger
        • Rollbar
        • Sentry
      • Metric trackers
        • AppDynamics
        • AWS CloudWatch
        • Custom
        • Datadog
        • Jira metrics (Cloud / Data Center)
        • NewRelic
        • SignalFx
      • Incident tracker integrations
        • Blameless
        • PagerDuty
        • Datadog Monitors
        • Statuspage
        • Opsgenie
        • Jira (Cloud/Data Center)
        • FireHydrant
        • Rootly
        • ServiceNow
        • Custom
          • Grafana OnCall
      • CI/CD builds
        • Azure Pipelines
        • Bitbucket Pipelines
        • Buildkite
        • CircleCI
        • GitHub Actions
        • GitLab CI/CD Pipelines
        • Jenkins
    • Sleuth DORA App for Slack
    • Microsoft Teams integration
    • CI/CD integrations
      • Azure Pipelines
      • Bitbucket Pipelines
      • Buildkite
      • CircleCI
      • Github Actions
      • GitLab CI/CD Pipelines
      • Jenkins
    • Issue tracker integrations
      • Jira Cloud
      • Jira Data Center
      • Linear
      • Shortcut
    • Fixing broken integrations
  • Pulse
    • Welcome to Pulse docs
    • Quick Start setup guide
    • Beginner tutorials
      • 1. How to create a Teamspace
      • 2. How to create a Review
      • 3. How to create a Survey
  • Features
    • Reviews
      • Review workflow
      • Review templates
      • Widgets and Sections
        • Widget type
      • Review settings
    • Surveys
      • Survey Workflow
    • Teamspaces
    • Inbox
    • AI assistant
    • General settings
      • Users and Teams
      • Investment mix
  • Settings
    • Organization settings
      • Details
      • Authentication
        • SAML 2.0 Setup
          • Okta Configuration
          • Azure AD Configuration
          • PingIdentity Configuration
      • Access Tokens
      • Members
      • Team Settings
      • Billing
    • Project settings
      • Details
      • Slack settings
      • Environment settings
      • Code deployment settings
      • Feature flag settings
      • Impact settings
    • Account settings
      • Account settings
      • Notifications settings
      • Identities settings
    • Role Based Access Control
  • Resources
    • FAQ
    • Sleuth TV
    • Purchasing
    • About Sleuth...
Powered by GitBook
On this page
  • 2023-12-05
  • 2023-11-21
  • 2023-10-17
  • 2023-08-02
  • 2023-05-10
  • 2023-04-04
  • 2023-03-10
  • 2023-03-08
  • 2023-03-07
  • 2023-03-06
  • 2023-03-02
  • 2022-06-24
  • 2022-06-07
  • 2022-05-23
  • 2022-04-26

Was this helpful?

  1. Sleuth API

Deprecation information

Parts of the Sleuth GQL API currently in a deprecated state

This page lists all the fields in our GQL API that have been marked as deprecated along with suggestions on possible alternatives.

We will try to keep all these fields available for at least 3 months after they've been tagged deprecated. You're highly encouraged to update any code still using them to avoid issues once the deprecation period runs out and the fields are removed.

2023-12-05

  • Field organization.apiKey was deprecated. Use organization.accessTokens instead.

2023-11-21

  • Field manuallySetHealthThreshold was deprecated. Use earliestNonhealthyThreshold instead, it has the same logic as the deprecated field.

2023-10-17

  • Object type DeployInProgress was deprecated. We stopped creating WorkInProgressItemType items for future deploys. Instead we now create PrInProgress items for merged pull requests.

2023-08-02

  • Field builds was deprecated. Use field organization.buildDefinitions instead.

2023-05-10

  • Mutation triggerIssueStatusesSync was deprecated. Use triggerRemoteObjectSync instead.

  • Field canSeeOrgDashboard on UserPermissionsType was deprecated. The permission in question is enabled for all users, so the field is no longer required.

2023-04-04

  • Top level field projects was deprecated. Use field organization.projects instead.

2023-03-10

  • Top-level field context was deprecated. See subfield deprecation messages for more information about alternatives.

  • Field project was deprecated from object type ContextType. Use field organization.projects with slug argument query type instead.

  • Field environment was deprecated from object type ContextType. Use field organization.project.environment query type instead.

2023-03-08

  • Field org was deprecated from object type ContextType. Use field organization on root query type instead.

2023-03-07

  • Field visibleOrganizations was deprecated from object type ContextType. Use field organizations on type UserType instead.

  • Field visibleProjects was deprecated from object type ContextType. Use field projects on type OrganizationType instead.

2023-03-06

  • Field user was deprecated from object type ContextType. Use field user on root query type instead.

  • Field messages was deprecated from object type ContextType. Use field flashMessages on root query type instead.

  • Field baseurl was deprecated from object type ContextType. Use field baseurl on root query type instead.

2023-03-02

  • Field flags was deprecated from object type ContextType. Use field flags on type OrganizationType instead.

2022-06-24

  • Enum OrderField 's option health is deprecated. Use option health_time instead.

  • Field orgChanges has the following arguments deprecated:

    • healths, use health_times instead

    • start_date, use start instead

    • end_date, use end instead

  • For the following fields the arguments start_date and end_date are deprecated, use start and end instead:

    • ProjectType.metricMTTR

    • ProjectType.metricFrequency

    • ProjectType.metricLeadTime

    • ProjectType.metricFailureRate

    • ProjectType.metricRecap

    • ProjectType.metricSlowestPrs

    • ProjectType.metricBiggestDeploys

    • ProjectType.metricTopUnhealthyDeploys

    • ProjectType.insights

2022-06-07

  • Field impactHistory was deprecated from object type Environment. Use field healthEvents instead.

  • Field impactHistory was deprecated from object type ChangeModelType. Use field healthEvents instead.

2022-05-23

  • Field health was deprecated from object type ChangeType. Use field currentHealth on type Environment instead.

2022-04-26

  • Mutation create_nr_integration was deprecated. Use mutation create_newrelic_integration instead.

  • Mutation create_dd_integration was deprecated. Use mutation create_datadog_integration instead.

PreviousCustom Metric Impact RegistrationNextGraphQL Queries

Last updated 1 year ago

Was this helpful?