Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/mutations/ImportFromJSON.graphql
2022-02-04 15:44:36 +05:30

4 lines
134 B
GraphQL

mutation importFromJSON($jsonString: String!, $teamID: ID!) {
importCollectionsFromJSON(jsonString: $jsonString, teamID: $teamID)
}