MetadataEntryInput
Not available for public API use yet. This operation is documented for future use only.
A metadata key-value pair to write to a clinical pathway.
input MetadataEntryInput {
key: String!
value: String!
}
Fields
MetadataEntryInput.key ● String! non-null scalar
MetadataEntryInput.value ● String! non-null scalar
Member Of
CreateClinicalPathwayDataInput input ● updatePathwayMetadata mutation