OBJECT
Package
link GraphQL Schema definition
1 type Package { 2 3 ID! : 4 5 OrganizationInfo : 6 7 String! : 8 9 String : 10 11 String : 12 13 EngineDistributionType : 14 15 String! : 16 17 ID : 18 19 ID : 20 21 String : 22 23 Boolean : 24 25 PackageStatus : 26 27 # The date the package was installed onto the instance 28 DateTime : 29 30 # The date the package was available for distribution. This depends on the 31 # package's status and the distribution type 32 DateTime : 33 34 ID @deprecated( reason: "duplicate" ) : 35 36 PackageResource : 37 38 PackageResourceType): PackageResourceList ( : 39 40 # The date the package was created at the package origin 41 DateTime! : 42 43 DateTime! : 44 45 BasicUserInfo! : 46 47 BasicUserInfo! : 48 49 }