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