orders
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR (('user is authenticated') AND ('userId if present in input matches JWT' AND 'companyId(s) if present in input matches JWT'))
orders(
input: OrderSearchArguments!
): OrderResponse!
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR (('user is authenticated') AND ('userId if present in input matches JWT' AND 'companyId(s) if present in input matches JWT'))
orders(
input: OrderSearchArguments!
): OrderResponse!
orders.input
● OrderSearchArguments!
non-null inputOrderResponse
object