App
This object allows users to fetch data within a single Shibumi app. Fields name (String!) The app’s human-readable name. apiName (String!) The app’s api name. This name uniquely identifies the app. workItem (WorkItem) Query information about a specific work item. Example: { app(apiName: “App_1__app”) { workItem(type: “Program__t” id: “1”) { id url startDate:…