MCPcopy
hub / github.com/github/docs / getGraphqlChangelog

Function getGraphqlChangelog

src/graphql/lib/index.js:31–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31export function getGraphqlChangelog() {
32 if (!changelog.has('schema')) {
33 changelog.set(
34 'schema',
35 readCompressedJsonFileFallbackLazily('./src/graphql/data/changelog.json')()
36 )
37 }
38
39 return changelog.get('schema')
40}
41
42export function getGraphqlBreakingChanges(version) {
43 const graphqlVersion = getGraphqlVersion(version)

Callers 2

getServerSidePropsFunction · 0.90
graphql.jsFile · 0.90

Tested by

no test coverage detected