lib/authing_ruby/GraphQLAPI.rb in authing_ruby-1.0.6 vs lib/authing_ruby/GraphQLAPI.rb in authing_ruby-1.0.7

- old
+ new

@@ -13,10 +13,10 @@ @folder_mutation = "#{@folder_graphql}/mutations" @folder_query = "#{@folder_graphql}/queries" end def getCurrentUser(garpqhlClient, tokenProvider, variables) - return _graphql_query_request("getCurrentUser", garpqhlClient, nil, variables) + return _graphql_query_request("user", garpqhlClient, tokenProvider, variables) end def sendEmail(garpqhlClient, variables) return _graphql_mutation_request("sendEmail", garpqhlClient, nil, variables) end \ No newline at end of file