Skip to content

Commit

Permalink
Revert unused changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samblackk committed Jul 30, 2024
1 parent d8049ec commit 0a004b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
30 changes: 0 additions & 30 deletions datahub-graphql-core/src/main/resources/app.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ extend type Query {
Fetch the global settings related to the docs propagation feature.
"""
docPropagationSettings: DocPropagationSettings

"""
Fetch the global Action Settings related to the Actions feature.
"""
actionSettings: ActionSettings
}

extend type Mutation {
Expand All @@ -40,11 +35,6 @@ extend type Mutation {
Update the doc propagation settings.
"""
updateDocPropagationSettings(input: UpdateDocPropagationSettingsInput!): Boolean!

"""
Update the global Action Settings related to the Actions feature.
"""
updateActionSettings(input: UpdateActionSettingsInput!): Boolean!
}

"""
Expand Down Expand Up @@ -546,26 +536,6 @@ type GlobalViewsSettings {
defaultView: String
}

"""
Input required to update Action Settings.
"""
input UpdateActionSettingsInput {
"""
The default column propagation setting for the platform.
"""
docColumnPropagation: Boolean
}

"""
Global (platform-level) settings related to the Actions feature
"""
type ActionSettings {
"""
The default column propagation setting for the platform.
"""
docColumnPropagation: String
}

"""
Input required to update doc propagation settings.
"""
Expand Down

This file was deleted.

0 comments on commit 0a004b3

Please sign in to comment.