AbbreviationInput
Input for the employee abbreviation
input AbbreviationInput {
image: Upload
text: String!
}
Fields
AbbreviationInput.image ● Upload scalar
The employee abbreviation as an image
AbbreviationInput.text ● String! non-null scalar
The employee abbreviation in text form
Member Of
CreateEmployeeInput input