Skip to main content
Module

x/obsidian/src/invalidateCacheCheck.ts>isDelete

GraphQL, built for Deno - a native GraphQL caching client and server module
Latest
function isDelete
import { isDelete } from "https://deno.land/x/obsidian@v8.0.0/src/invalidateCacheCheck.ts";

Returns a boolean that's used to decide on deleting a value from cache

Parameters

queryString: string
  • raw mutation query. Ex: 'mutation { addMovie(input: {title: "sdfsdg", releaseYear: 1234, genre: ACTION }) { __typename id ti...'