mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
temporarily disable fetching input fields for search results (#6139)
This commit is contained in:
parent
485d56982a
commit
5f0216cfda
@ -378,9 +378,6 @@ fragment searchResultFields on Entity {
|
||||
}
|
||||
}
|
||||
}
|
||||
inputFields {
|
||||
...inputFieldsFields
|
||||
}
|
||||
subTypes {
|
||||
typeNames
|
||||
}
|
||||
@ -446,9 +443,6 @@ fragment searchResultFields on Entity {
|
||||
}
|
||||
}
|
||||
}
|
||||
inputFields {
|
||||
...inputFieldsFields
|
||||
}
|
||||
}
|
||||
... on DataFlow {
|
||||
flowId
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user