File tree Expand file tree Collapse file tree 5 files changed +25
-3
lines changed
Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 22
33### vNEXT
44
5+ ### v1.21.0
6+
57- ** load** : allow to load schema entirely based on ` git ` [ PR #366 ] ( https://github.com/kamilkisiela/graphql-inspector/pull/366 )
68- ** cli** : open up for every CI solution out there! [ PR #366 ] ( https://github.com/kamilkisiela/graphql-inspector/pull/366 )
79
Original file line number Diff line number Diff line change 11FROM node:10-slim
22
3- LABEL version="1.20 .0"
3+ LABEL version="1.21 .0"
44LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66LABEL maintainer=
"Kamil Kisiela <[email protected] >" @@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
1212
1313ENV LOG_LEVEL "debug"
1414
15- RUN yarn global add @graphql-inspector/actions@1.20 .0
15+ RUN yarn global add @graphql-inspector/actions@1.21 .0
1616
1717COPY entrypoint.sh /entrypoint.sh
1818
Original file line number Diff line number Diff line change @@ -210,6 +210,16 @@ export default {
210210}
211211```
212212
213+ ** Pointer to a Git repository**
214+
215+ Example:
216+
217+ graphql-inspector diff git:origin/master:schema.graphql
218+
219+ Pattern:
220+
221+ git:ref:path/to/file
222+
213223** Pointer to a Github repository**
214224
215225Example:
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 1.20 .0"
4+ "version" : " 1.21 .0"
55}
Original file line number Diff line number Diff line change @@ -203,6 +203,16 @@ export default {
203203}
204204```
205205
206+ ** Pointer to a Git repository**
207+
208+ Example:
209+
210+ graphql-inspector diff git:origin/master:schema.graphql
211+
212+ Pattern:
213+
214+ git:ref:path/to/file
215+
206216** Pointer to a Github repository**
207217
208218Example:
You can’t perform that action at this time.
0 commit comments