ExportAsJSON.graphql 80 B

123
  1. query ExportAsJSON($teamID: ID!) {
  2. exportCollectionsToJSON(teamID: $teamID)
  3. }