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!
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
13resourceAlias: String
16
15action: PackageResourceAction
17}