productIntegrationsByVendorId
Query product integrations by vendor identifier.
This page contains
Arguments
vendorId ID | Unique identifier of the product vendor. |
version String! | Product integration version. |
first Int | Number of results to return (page size) after the specified after cursor. |
after String | Return results after this cursor. If null, return results starting at the beginning of the collection. |
last Int | Number of results to return (page size) before the specified before cursor. |
before String | Return results before this cursor. If null, return results starting at the end of the collection. |
Return Fields
ProductIntegrationConnection | Paginated list of product integrations. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.