UNPKG

@cran/lib.gql.core

Version:

GQL Core Functionality

16 lines (15 loc) 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.patchField = void 0; function patchField(object, name, fieldDefinition) { object._fields[name] = { name, args: [], isDeprecated: false, deprecationReason: undefined, description: undefined, extensions: undefined, ...fieldDefinition, }; } exports.patchField = patchField;