getLatestMutation
getLatestMutation(
mutation
):Promise
<null
|string
>
Defined in: src/utils/safelist.ts:28
Gets the latest version of a mutation from the Safelist.
Parameters
mutation
string
The operation name of the mutation
Returns
Promise
<null
| string
>