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