@@ -2046,7 +2046,7 @@ type Query {
20462046 organizations (includeAll : Boolean ! = false , filters : OrganizationFilter , order : OrganizationOrder , pagination : OffsetPaginationInput ): OrganizationTypeOffsetPaginated ! @isAuthenticated
20472047 project (id : ID ! ): ProjectType ! @isAuthenticated
20482048 projectAsset (id : ID ! ): ProjectAssetType ! @isAuthenticated
2049- projectAssets (pagination : OffsetPaginationInput , filters : ProjectAssetFilter , order : ProjectAssetOrder ): ProjectAssetTypeOffsetPaginated ! @isAuthenticated
2049+ projectAssets (includeAll : Boolean ! = false , filters : ProjectAssetFilter , order : ProjectAssetOrder , pagination : OffsetPaginationInput ): ProjectAssetTypeOffsetPaginated ! @isAuthenticated
20502050 projectName (params : ProjectNameInput ): String !
20512051 projects (includeAll : Boolean ! = false , filters : ProjectFilter , order : ProjectOrder , pagination : OffsetPaginationInput ): ProjectTypeOffsetPaginated ! @isAuthenticated
20522052 publicOrganization (id : ID ! ): OrganizationType !
@@ -2056,7 +2056,7 @@ type Query {
20562056 tileServers : RasterTileServersType ! @isAuthenticated
20572057 tutorial (id : ID ! ): TutorialType ! @isAuthenticated
20582058 tutorialAsset (id : ID ! ): TutorialAssetType ! @isAuthenticated
2059- tutorialAssets (pagination : OffsetPaginationInput , filters : TutorialAssetFilter , order : TutorialAssetOrder ): TutorialAssetTypeOffsetPaginated ! @isAuthenticated
2059+ tutorialAssets (includeAll : Boolean ! = false , filters : TutorialAssetFilter , order : TutorialAssetOrder , pagination : OffsetPaginationInput ): TutorialAssetTypeOffsetPaginated ! @isAuthenticated
20602060 tutorials (includeAll : Boolean ! = false , filters : TutorialFilter , order : TutorialOrder , pagination : OffsetPaginationInput ): TutorialTypeOffsetPaginated ! @isAuthenticated
20612061 users (filters : UserFilter , order : UserOrder , pagination : OffsetPaginationInput ): UserTypeOffsetPaginated ! @isAuthenticated
20622062}
0 commit comments