Parameters allow you to pass data into your GraphQL statement.
It's important to note that dates must be formatted as YYYY-MM-DD when being passed as parameters.
Parameter arrays can be used for filters like the "_in" filter and are defined with []'s.