Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-03 23:54:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61b607d233a60a2f4f7a53ffa204a2b76a936e2b
61b607d2
1 parent
9e9aeeef
move import
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Apollo/Client.js
front/src/Apollo/Client.js
View file @
61b607d
...
...
@@ -6,8 +6,8 @@ import { onError } from "apollo-link-error";
import
{
ApolloLink
,
split
}
from
"apollo-link"
;
import
{
getMainDefinition
}
from
"apollo-utilities"
;
import
{
withClientState
}
from
"apollo-link-state"
;
import
{
defaults
,
resolvers
}
from
"./ClientState"
;
import
{
setContext
}
from
"apollo-link-context"
;
import
{
resolvers
,
defaults
}
from
"./ClientState"
;
const
httpLink
=
new
HttpLink
({
uri
:
"http://localhost:4000"
,
...
...
Please
register
or
login
to post a comment