Files
hoppscotch/packages/hoppscotch-common/src/helpers/backend/gql/queries/ExportAsJSON.graphql
2022-12-02 03:05:35 -05:00

4 lines
80 B
GraphQL

query ExportAsJSON($teamID: ID!) {
exportCollectionsToJSON(teamID: $teamID)
}