MoleculeInput

data class MoleculeInput(val name: String)

GraphQL input object for a molecule, that will avoid the use of a full Molecule or MoleculeSurrogate when client executes operations that require a molecule as parameter.

Parameters

name

the name of the molecule.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard