DeleteAssetInput
Autogenerated input type of DeleteAsset
input DeleteAssetInput {
clientMutationId: String
ids: [ID!]
companyId: ID!
}
Fields
DeleteAssetInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteAssetInput.ids
● [ID!]
list scalar
DeleteAssetInput.companyId
● ID!
non-null scalar
Member Of
deleteAsset
mutation