UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

8 lines (7 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTypenameField = isTypenameField; function isTypenameField(field) { return field.name.value === "__typename"; } //# sourceMappingURL=isTypenameField.cjs.map