INPUT_OBJECT
PackageResourceInput
link GraphQL Schema definition
1 input PackageResourceInput { 3 2 PackageResourceType! : 9 4 # This is the ID belonging to the resource. For example, if the resource is an 5 # application, 6 # this would be its application ID, or if it were an engine, it would be its 7 # engine ID, and so on. 8 ID! : 14 10 # This id should be used when referencing a resource from another resource in the 11 # same package 12 # since it is guaranteed to be consistent across aiware instances 13 String : 16 15 PackageResourceAction : 17 }