GraphQL "OR" Functionality?

Is there a way to do “OR” functionality in certain strings inside of a GraphQL query?

For example, when querying for orders can I look for multiple fulfillment statuses inside of a single query?

Such as:

orders (fulfillment_status: “Pending OR Fulfilled”)

Hi @leeharris,
This is currently in discussion to add but is not yet available.