OBJECT
ApplicationViewer
link GraphQL Schema definition
1 type ApplicationViewer { 2 3 ID! : 4 5 ID! : 6 7 String : 8 9 # The signed URL for the viewer icon; will fallback to raw icon if unable to sign. 10 String : 11 12 String : 13 14 String : 15 16 String : 17 18 String : 19 20 DateTime : 21 22 DateTime : 23 24 BasicUserInfo : 25 26 BasicUserInfo : 27 28 # Arguments 29 # offset: Provide an offset to skip to a certain element in the 30 # result, for paging. 31 # limit: Specify maximum number of results to retrieve in this 32 # result. Page size. 33 # orderBy: Set order information on the query. Multiple fields 34 # are supported. 35 ( 36 ApplicationViewerBuildStatus, : 37 Int, : 38 Int, : 39 ApplicationViewerBuildOrderBy : 40 ): ApplicationViewerBuildList 41 42 }