buyDataset.gql 78 Bytes Raw Blame History Permalink 1 2 3 4 5 mutation buyDataset($id: ID!) { dataset: buyDataset(id: $id) { id } }