Schema Documentation
RootQueryToCouponConnectionWhereArgs
Description
Arguments for filtering the RootQueryToCouponConnection connection
Fields
Input Field | Description |
---|---|
code -
String | Limit result set to resources with a specific code. |
dateQuery -
DateQueryInput | Filter the connection based on dates. |
exclude -
[Int] | Ensure result set excludes specific IDs. |
include -
[Int] | Limit result set to specific 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. |
Example
{"code":"xyz789","dateQuery":DateQueryInput,"exclude":[987],"include":[987],"orderby":[PostTypeOrderbyInput],"parent":123,"parentIn":[987],"parentNotIn":[123],"search":"abc123"}