Schema Documentation

CustomerToRefundConnectionWhereArgs

Description

Arguments for filtering the CustomerToRefundConnection connection

Fields
Input FieldDescription
dateQuery - DateQueryInput

Filter the connection based on dates.

exclude - [Int]

Ensure result set excludes specific IDs.

include - [Int]

Limit result set to specific ids.

orderIn - [Int]

Limit result set to refunds from a specific group of order IDs.

orderby - [PostTypeOrderbyInput]

What paramater to use to order the objects by.

parent - Int

Use ID to return only children. Use 0 to return only top-level items.

parentIn - [Int]

Specify objects whose parent is in an array.

parentNotIn - [Int]

Specify objects whose parent is not in an array.

search - String

Limit results to those matching a string.

statuses - [String]

Limit result set to refunds assigned a specific status.

Example
{"dateQuery":DateQueryInput,"exclude":[123],"include":[123],"orderIn":[123],"orderby":[PostTypeOrderbyInput],"parent":123,"parentIn":[123],"parentNotIn":[123],"search":"xyz789","statuses":["abc123"]}