Schema Documentation
RootQueryToRefundConnectionWhereArgs
Description
Arguments for filtering the RootQueryToRefundConnection connection
Fields
Input Field | Description |
---|---|
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":[987],"orderby":[PostTypeOrderbyInput],"parent":123,"parentIn":[123],"parentNotIn":[987],"search":"abc123","statuses":["xyz789"]}