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! : 11 10 PackageResourceAction : 12 }