Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@graphql-tools
/
mock
/
typings
/
Filename :
utils.d.cts
back
Copy
import { GraphQLObjectType, GraphQLSchema } from 'graphql'; import { KeyTypeConstraints, Ref } from './types.cjs'; export declare function uuidv4(): string; export declare const randomListLength: () => number; export declare const takeRandom: <T>(arr: T[]) => T; export declare function makeRef<KeyT extends KeyTypeConstraints = string>(typeName: string, key: KeyT): Ref<KeyT>; export declare function isObject(thing: any): boolean; export declare function copyOwnPropsIfNotPresent(target: Record<string, any>, source: Record<string, any>): void; export declare function copyOwnProps(target: Record<string, any>, ...sources: Array<Record<string, any>>): Record<string, any>; export declare const isRootType: (type: GraphQLObjectType, schema: GraphQLSchema) => boolean;