Skip to content

List RMA custom fields

Returns the store's return custom fields. options is populated only for select / multiselect / checkbox / radio types. Nodes come back as a cursor-paginated connection.

Operation

OperationTypePurpose
adminRmaCustomFields(first: Int, after: String)QueryCollectionList RMA custom fields with cursor pagination

Arguments

All arguments are optional and combine in a single query.

Pagination

ArgumentDescription
firstNumber of records to return.
afterCursor to fetch the page after (from pageInfo.endCursor).

Filters

Each filter narrows the result; supplying more than one combines with logical AND.

ArgumentTypeMatchExample
codeStringPartial (contains)."resolution"
labelStringPartial (contains)."Preferred"
typeStringExact input type."select"
statusIntExact — 1 active, 0 inactive.1

Sorting

ArgumentTypeValues
sortStringid (default), position, code
orderStringasc, desc (default desc)

Select _id for the numeric id. For field meanings, see the menu overview.

Released under the MIT License.