Magidoc

productReleases
Query

A list of Product Releases.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

afterIndex

Returns the elements in the list that come after the specified index.

before

Returns the elements in the list that come before the specified cursor.

beforeIndex

Returns the elements in the list that come before the specified index.

excludeLatestReleases

Flag to exclude the latest releases.

first

Returns the first n elements from the list.

fullText

A full-text search query for Product Releases.

last

Returns the last n elements from the list.

latestReleases

Flag to include only the latest releases.

orderBy

The field to order Product Releases by.

productTypes

Types of products associated with the release.

publicProductTypesOnly

Flag to include only public product types.

Response

#

Returns QueryProductReleaseConnection !.

Example

#

3