Skip to main content

ResourceInput

No description

input ResourceInput {
amount: Int
category: ResourceCategoryType
foreignId: String
id: UUID
reference: String
type: ResourceType
}

Fields

NomTypeDescription
amountInt scalar
categoryResourceCategoryType enum
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID scalarUnique identifier of the entity
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
typeResourceType enumPersonalProfileInput