On this page

assertIsRef

The assertIsRef function exported by @graphql-tools/mock.

assertIsRef<KeyT>(maybeRef, message?): asserts maybeRef is Ref<KeyT>

Defined in: packages/mock/src/types.ts:230

Type Parameters

KeyT

KeyT extends KeyTypeConstraints = string

Parameters

maybeRef

unknown

message?

string

Returns

asserts maybeRef is Ref<KeyT>