OBJECT
Investigations
Investigation
link GraphQL Schema definition
- type Investigations {
- # Investigation records
- : [Investigation!]!
- # Page
- : Int!
- # Total pages
- : Int!
- }
OBJECT
Investigation
- type Investigations {
- # Investigation records
- : [Investigation!]!
- # Page
- : Int!
- # Total pages
- : Int!
- }