Persisted query lookup not working!

Future<void> persistQuery() async {
  final url =
      'https://myrul.cloud.dgraph.io/graphql/?extensions={"persistedQuery":{"sha256Hash":"b952c19b894e1aa89dc05b7d53e15ab34ee0b3a3f11cdf3486acef4f0fe85c52"}}';
  final resp = await http.get(Uri.parse(url));
  print("Response ${resp.body} status ${resp.statusCode}");
}

Response Response Not Found status 404

Expected Response PersistedQueryNotFound

sorry my url is wrong :frowning:

it should be 'https://myrul.cloud.dgraph.io/graphql?extensions={"persistedQuery":{"sha256Hash":"b952c19b894e1aa89dc05b7d53e15ab34ee0b3a3f11cdf3486acef4f0fe85c52"}}'