Skip to content

Commit

Permalink
Merge pull request #46 from TravisFrankMTG/master
Browse files Browse the repository at this point in the history
Returned oak_graphQL to 0.6.1
  • Loading branch information
mmeigs authored Dec 6, 2020
2 parents 5c568d0 + 8d89e42 commit 43bd0fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ObsidianRouter } from './src/obsidian.ts';
import gql from 'https://deno.land/x/oak_graphql/graphql-tag/index.ts';
import gql from 'https://deno.land/x/oak_graphql@0.6.1/graphql-tag/index.ts';

export { ObsidianRouter, gql };
4 changes: 2 additions & 2 deletions src/obsidian.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { graphql } from 'https://cdn.pika.dev/[email protected]';
import { renderPlaygroundPage } from 'https://deno.land/x/oak_graphql/graphql-playground-html/render-playground-html.ts';
import { makeExecutableSchema } from 'https://deno.land/x/oak_graphql/graphql-tools/schema/makeExecutableSchema.ts';
import { renderPlaygroundPage } from 'https://deno.land/x/oak_graphql@0.6.1/graphql-playground-html/render-playground-html.ts';
import { makeExecutableSchema } from 'https://deno.land/x/oak_graphql@0.6.1/graphql-tools/schema/makeExecutableSchema.ts';
import getObsidianSchema from './getObsidianSchema.js';
import normalizeResult from './normalize.js';
import destructureQueries from './destructureQueries.js';
Expand Down
2 changes: 1 addition & 1 deletion testServer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Router } from 'https://deno.land/x/oak/mod.ts';
import { Application, Router } from 'https://deno.land/x/oak@v6.0.1/mod.ts';
import * as Colors from 'https://deno.land/std/fmt/colors.ts';

// OBSIDIAN
Expand Down

0 comments on commit 43bd0fe

Please sign in to comment.