Int
32-bit signed integer scalar type
Format
Usage
type Stock {
quantity: Int!
ownQuantity: Int!
incomingStock: Int!
outgoingStock: Int!
}
query {
inventoryItems(
first: 10 # Int parameter
) {
edges {
node {
itemstocks {
quantity
}
}
}
}
}Common Int Fields
Filtering
Limitations
See Also
Last updated
Was this helpful?
