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-04-10 13:46:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c29da385a22455024e2de3a088eacf107b785aa0
c29da385
1 parent
8571ed5d
set apollo client
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
front/src/Apollo/Client.js
front/src/Apollo/ClientState.js
front/src/Apollo/Client.js
0 → 100644
View file @
c29da38
import
ApolloClient
from
"apollo-boost"
;
import
{
defaults
,
resolvers
}
from
"./ClientState"
;
export
default
new
ApolloClient
({
uri
:
"http://localhost:4000"
,
clientState
:
{
defaults
,
resolvers
,
},
});
front/src/Apollo/ClientState.js
0 → 100644
View file @
c29da38
export
const
defaults
=
{};
export
const
resolvers
=
{};
Please
register
or
login
to post a comment