-
-
Notifications
You must be signed in to change notification settings - Fork 0
IMS Query
Carter Tomlenovich edited this page Apr 25, 2023
·
3 revisions
query Pieces {
pieces {
id
piece_code
name
category
updated_at
created_at
}
piece($p: InputPiece) {
id
piece_code
name
category
updated_at
created_at
}
}