INPUT_OBJECT
MaterialTransaction_Exact
Exact match query arguments for MaterialTransaction
link GraphQL Schema definition
- input MaterialTransaction_Exact {
- # Select multiple MaterialTransaction by ID.
- Int] : [
- # Unique order ID.
- Int] : [
- # The unique ID.
- Int] : [
- # Unique task ID.
- Int] : [
- # The unique order task ID.
- Int] : [
- # Unique supplier ID.
- Int] : [
- # Unique asset ID.
- Int] : [
- # Filters to materials transactions created by the given user
- Int] : [
- # Filters to also include material transactions that have been deleted. Defaults
- # to false
- Boolean :
- }