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-14 03:06:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d5f780a322effab33532b7cfafab8a4cc41b0eb
6d5f780a
1 parent
c667d4fe
remove first
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
back/src/api/first/first.graphql
back/src/api/first/first.js
back/src/api/first/first.graphql
deleted
100644 → 0
View file @
c667d4f
1
-
type Query {
2
-
hello(text: String): String!
3
-
}
back/src/api/first/first.js
deleted
100644 → 0
View file @
c667d4f
1
-
export
default
{
2
-
Query
:
{
3
-
hello
:
(
_
,
args
)
=>
{
4
-
const
{
text
}
=
args
;
5
-
return
text
;
6
-
}
7
-
}
8
-
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment