Fix and check if all libs-credentials are working as intended.
Findings:
Bug at easAttestationqueryGraph where it does not return the query graph function as intended.
Implementation of queryGraph that requires users to input GraphQL query string themselves might cause error due to the strict format of GraphQL. Refactor might be needed to improve developer experience.
Description
Fix and check if all libs-credentials are working as intended.
Findings:
easAttestation
queryGraph
where it does not return the query graph function as intended.queryGraph
that requires users to input GraphQL query string themselves might cause error due to the strict format of GraphQL. Refactor might be needed to improve developer experience.Related Issue
567