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. Useorganization.accessTokens
instead.
2023-11-21
Field
manuallySetHealthThreshold
was deprecated. UseearliestNonhealthyThreshold
instead, it has the same logic as the deprecated field.
2023-10-17
Object type
DeployInProgress
was deprecated. We stopped creatingWorkInProgressItemType
items for future deploys. Instead we now createPrInProgress
items for merged pull requests.
2023-08-02
Field
builds
was deprecated. Use fieldorganization.buildDefinitions
instead.
2023-05-10
Mutation
triggerIssueStatusesSync
was deprecated. UsetriggerRemoteObjectSync
instead.Field
canSeeOrgDashboard
onUserPermissionsType
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 fieldorganization.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 typeContextType
. Use fieldorganization.projects
withslug
argument query type instead.Field
environment
was deprecated from object typeContextType
. Use fieldorganization.project.environment
query type instead.
2023-03-08
Field
org
was deprecated from object typeContextType
. Use fieldorganization
on root query type instead.
2023-03-07
Field
visibleOrganizations
was deprecated from object typeContextType
. Use fieldorganizations
on typeUserType
instead.Field
visibleProjects
was deprecated from object typeContextType
. Use fieldprojects
on typeOrganizationType
instead.
2023-03-06
Field
user
was deprecated from object typeContextType
. Use fielduser
on root query type instead.Field
messages
was deprecated from object typeContextType
. Use fieldflashMessages
on root query type instead.Field
baseurl
was deprecated from object typeContextType
. Use fieldbaseurl
on root query type instead.
2023-03-02
Field
flags
was deprecated from object typeContextType
. Use fieldflags
on typeOrganizationType
instead.
2022-06-24
Enum
OrderField
's optionhealth
is deprecated. Use optionhealth_time
instead.Field
orgChanges
has the following arguments deprecated:healths
, usehealth_times
insteadstart_date
, usestart
insteadend_date
, useend
instead
For the following fields the arguments
start_date
andend_date
are deprecated, usestart
andend
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 typeEnvironment
. Use fieldhealthEvents
instead.Field
impactHistory
was deprecated from object typeChangeModelType
. Use fieldhealthEvents
instead.
2022-05-23
Field
health
was deprecated from object typeChangeType
. Use fieldcurrentHealth
on typeEnvironment
instead.
2022-04-26
Mutation
create_nr_integration
was deprecated. Use mutationcreate_newrelic_integration
instead.Mutation
create_dd_integration
was deprecated. Use mutationcreate_datadog_integration
instead.
Last updated