isAbbreviationAvailable
Checks if the given abbreviation is available. Excludes abbreviation that is already given to the same employee (e.g. on editing), optional
isAbbreviationAvailable(
toExclude: EmployeeID
value: String!
): Boolean!
Arguments
isAbbreviationAvailable.toExclude ● EmployeeID scalar
isAbbreviationAvailable.value ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.