How to get all vendors list in Graphql?

I am trying to get all vendors from the ShipHero created, but I getting only few vendors, could I know the reason is there any filter applicable? I am using the below code to get the list. $gql = (new Query(‘vendors’))
->setSelectionSet(
[
‘request_id’,
‘data(first: 100) {
edges {
node {
id
legacy_id
name
email
account_number
partner_vendor_id
}
}
}’
]
);

Hey @Santhoshas,

Thanks for reaching out and welcome to our Developer Community!
Would you mind proving a request id for this instance, so I can further inspect what happened?

Please let me know if you have any questions or concerns.

Best,
RayanP

https://shipmagic.linksoul.us/en/admin/orders/vendors

Hey @Santhoshas,

Thanks for hanging in there!

The request_id I’m looking for is returned after successful calls to the Public API. I can see that it is being returned in your query, due to your initial post.

An example request id, would look something like this:

"request_id": "64a6e2c0c0fbc0a45e7e324e"

Please let me know if you have any questions or concerns.

Best,
RayanP