I may be slow to respond.
Block or Report
Block or report Groxot
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
// Angular imports
2import { isArray, isBlank, isDate, isNumber, isStringMap, isPresent, isString } from 'angular2/src/facade/lang'
34export class GraphQLUtils {
5static createMutation(data: Object, dataDefinition: Object, method: string, mutationName?: string): string {