I want to find all smart-contracts that import similar library name with graphql query

hello

I want to use graphql bitquery to query all smart-contracts that import specific library name

Can I find this contracts?

Thank you

With specific library name, can you please provide an example of a library name? That would be of great help. Also, by “smart contract library name”, do you mean smart contract name?

hello

for example i want to find all smart-contracts that import
import “./AccessControl.sol”;
from this smart-contract