best-lamp-53937
07/14/2022, 2:22 PMbest-lamp-53937
07/14/2022, 2:51 PMlist<...>
queries in the API referencebest-lamp-53937
07/14/2022, 2:51 PMbulky-soccer-26729
07/14/2022, 3:41 PMlocalhost:8080/api/graphiql
and on the right side Documentation Explorer you can see all possible queries and mutations and walk through them if you'd likebulky-soccer-26729
07/14/2022, 3:41 PMbulky-soccer-26729
07/14/2022, 3:44 PMsearchAcrossEntities
query and pass in *
as the query. You can do this through graphql api or in the UI through the search barplain-farmer-27314
07/14/2022, 7:58 PMplain-farmer-27314
07/14/2022, 7:59 PM{
searchAcrossEntities(input: {query: "discord-data-bqexec8-prd", count: 1000}) {
total
searchResults {
entity {
urn
type
... on Dataset {
name
}
}
}
}
}
Note the query is the project that the ghost nodes are inbulky-soccer-26729
07/14/2022, 8:41 PM