INPUT_OBJECT

PackageResourceInput

link GraphQL Schema definition

1input PackageResourceInput {
3
2resourceType: 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.
8resourceId: ID!
11
10action: PackageResourceAction
12}