Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit277149a

Browse files
committed
fix(generators): replace service with schema as convention (#754)
1 parent68fd8e2 commit277149a

File tree

18 files changed

+125
-86
lines changed

18 files changed

+125
-86
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
importgqlfrom'graphql-tag'
2+
3+
constsimpleQuery=gql`
4+
query($filter: filter!) {
5+
post(id: $id) {
6+
id
7+
}
8+
}
9+
`
10+
11+
constschema={
12+
simpleQuery,
13+
}
14+
15+
exportdefaultschema

‎src/containers/C11NSettingPanel/service.js‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎src/containers/JoinModal/schema.js‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
importgqlfrom'graphql-tag'
2+
3+
constsimpleQuery=gql`
4+
query($filter: filter!) {
5+
post(id: $id) {
6+
id
7+
}
8+
}
9+
`
10+
11+
constschema={
12+
simpleQuery,
13+
}
14+
15+
exportdefaultschema

‎src/containers/JoinModal/service.js‎

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
importgqlfrom'graphql-tag'
2+
3+
constsimpleQuery=gql`
4+
query($filter: filter!) {
5+
post(id: $id) {
6+
id
7+
}
8+
}
9+
`
10+
11+
constschema={
12+
simpleQuery,
13+
}
14+
15+
exportdefaultschema

‎src/containers/content/InterviewContent/service.js‎

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
importgqlfrom'graphql-tag'
2+
3+
constsimpleQuery=gql`
4+
query($filter: filter!) {
5+
post(id: $id) {
6+
id
7+
}
8+
}
9+
`
10+
11+
constschema={
12+
simpleQuery,
13+
}
14+
15+
exportdefaultschema

‎src/containers/content/RecipesContent/service.js‎

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
importgqlfrom'graphql-tag'
2+
3+
constsimpleQuery=gql`
4+
query($filter: filter!) {
5+
post(id: $id) {
6+
id
7+
}
8+
}
9+
`
10+
11+
constschema={
12+
simpleQuery,
13+
}
14+
15+
exportdefaultschema

‎src/containers/content/SponsorContent/service.js‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp