1 2 3 4 5 6
query SearchTokenById($id: String!) { search_token_by_id(args: { match: $id }) { id name } }