Skip to content

Commit

Permalink
Add supportsTunneling externals field to GQL selection set
Browse files Browse the repository at this point in the history
  • Loading branch information
neumark committed Oct 22, 2022
1 parent 24ae60a commit 071451b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions splitgraph/cloud/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
supportsSync
supportsMount
supportsLoad
supportsTunneling
}
}
"""
Expand All @@ -270,9 +271,11 @@
supportsSync
supportsMount
supportsLoad
supportsTunneling
}
}"""


START_EXPORT = """mutation StartExport($query: String!) {
exportQuery(query: $query, exportFormat: "csv") {
id
Expand Down

0 comments on commit 071451b

Please sign in to comment.