mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 06:46:41 +00:00
fix:small typo on graphql tutorial (#8741)
This commit is contained in:
parent
5458c6b014
commit
31fc687786
@ -145,8 +145,8 @@ You can now see the column-level lineage between datasets. Note that you have to
|
||||
<Tabs>
|
||||
<TabItem value="graphql" label="GraphQL" default>
|
||||
|
||||
```json
|
||||
mutation searchAcrossLineage {
|
||||
```graphql
|
||||
query searchAcrossLineage {
|
||||
searchAcrossLineage(
|
||||
input: {
|
||||
query: "*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user