Skip to content

Commit

Permalink
Swap require const order
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma committed Oct 11, 2023
1 parent b847583 commit f3de5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const cds = require('@sap/cds')
const { generateSchema4 } = require('./schema')
const { printSchema, lexicographicSortSchema } = require('graphql')
const { lexicographicSortSchema, printSchema } = require('graphql')

function cds_compile_to_gql(csn, options = {}) {
const m = cds.linked(csn)
Expand Down

0 comments on commit f3de5ec

Please sign in to comment.