UNPKG

nested-gql-repetition

Version:

Create a repeated nested gql field !

2 lines (1 loc) 143 B
export declare const createGqlNestedField: (field: String[], repetition: number, child_label?: string, remove_last_brace?: boolean) => string;