Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
wotwizard-ui
Commits
035a329e
Commit
035a329e
authored
1 year ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
remove test
parent
d7ee5680
No related branches found
No related tags found
1 merge request
!28
Ci auto generate endpoints
Pipeline
#36754
canceled
1 year ago
Stage: tests
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
endpoints.json
+1
-2
1 addition, 2 deletions
endpoints.json
graphql/endpoints/Tata.js
+0
-19
0 additions, 19 deletions
graphql/endpoints/Tata.js
with
1 addition
and
21 deletions
endpoints.json
+
1
−
2
View file @
035a329e
{
"AxiomTeam"
:
"https://gql.wotwizard.axiom-team.fr/"
,
"trentesaux"
:
"https://gql.wotwizard.trentesaux.fr/"
,
"Pini"
:
"https://wotwizard.pini.fr/"
,
"Tata"
:
"https://wotwizard.tata.fr/"
"Pini"
:
"https://wotwizard.pini.fr/"
}
This diff is collapsed.
Click to expand it.
graphql/endpoints/Tata.js
deleted
100644 → 0
+
0
−
19
View file @
d7ee5680
const
{
HttpLink
}
=
require
(
"
apollo-link-http
"
);
const
{
setContext
}
=
require
(
"
apollo-link-context
"
);
const
{
from
}
=
require
(
"
apollo-link
"
);
const
{
cache
}
=
require
(
"
../cache
"
);
const
ssrMiddleware
=
setContext
((
_
,
{
headers
})
=>
{
if
(
process
.
client
)
return
headers
;
return
{
headers
};
});
const
httpLink
=
new
HttpLink
({
uri
:
"
https://wotwizard.tata.fr/
"
});
const
link
=
from
([
ssrMiddleware
,
httpLink
]);
module
.
exports
=
()
=>
({
link
,
cache
,
defaultHttpLink
:
false
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment