Skip to content

Commit ef82b84

Browse files
authored
declare FRAGMENT_SEPERATOR
1 parent 46d3049 commit ef82b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
}
153153

154154
// "fragment auth.login" will be "fragment auth_login"
155-
FRAGMENT_SEPERATOR = "_"
155+
var FRAGMENT_SEPERATOR = "_"
156156

157157
// The autodeclare keyword.
158158
GraphQLClient.AUTODECLARE_PATTERN = /\(@autodeclare\)|\(@autotype\)/g

0 commit comments

Comments
 (0)