Skip to main content

companyGs1Prefixes

Get a filtered list of the current company's GS1 prefixes.

Filters

  • quickSearch: Case-insensitive partial match on the prefix or label.
  • includeArchived: Include archived prefixes. Defaults to false.

Permissions Required

  • company:read_gs1_prefixes permission
companyGs1Prefixes(
after: String
before: String
filters: CompanyGs1PrefixFilterInput
first: Int
last: Int
): CompanyGs1PrefixConnection

Arguments

companyGs1Prefixes.after ● String scalar common

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

companyGs1Prefixes.before ● String scalar common

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

companyGs1Prefixes.filters ● CompanyGs1PrefixFilterInput input companies

Filtering options for GS1 prefixes.

companyGs1Prefixes.first ● Int scalar common

Returns the first _n_ elements from the list.

companyGs1Prefixes.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

CompanyGs1PrefixConnection object common

The connection type for CompanyGs1Prefix.