Skip to main content

UpsertExtraPropertyInput (Input)

Description

No description



Fields

NameDescription
entityId - String
entityType - ExtraPropertyEntityType!
key - String!
value - String!

input UpsertExtraPropertyInput {
entityId: String
entityType: ExtraPropertyEntityType!
key: String!
value: String!
}