-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
v1rtl
committed
Jul 30, 2021
1 parent
10be36a
commit 8972c6f
Showing
8 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Application } from 'https://deno.land/x/[email protected]/mod.ts' | ||
import { GraphQLHTTP } from '../mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].1/mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].2/mod.ts' | ||
import { gql } from 'https://deno.land/x/[email protected]/mod.ts' | ||
|
||
const app = new Application() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Application, ServerRequest } from 'https://deno.land/x/oak@v7.7.0/mod.ts' | ||
import { Application, ServerRequest } from 'https://deno.land/x/oak@v8.0.0/mod.ts' | ||
import { GraphQLHTTP } from '../mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].1/mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].2/mod.ts' | ||
import { gql } from 'https://deno.land/x/[email protected]/mod.ts' | ||
|
||
const typeDefs = gql` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { opine, Request } from 'https://deno.land/x/[email protected]/mod.ts' | ||
import { GraphQLHTTP } from '../mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].1/mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].2/mod.ts' | ||
import { gql } from 'https://deno.land/x/[email protected]/mod.ts' | ||
|
||
const typeDefs = gql` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { App, Request } from 'https://deno.land/x/[email protected].15/mod.ts' | ||
import { App, Request } from 'https://deno.land/x/[email protected].18/mod.ts' | ||
import { GraphQLHTTP } from '../mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].1/mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].2/mod.ts' | ||
import { gql } from 'https://deno.land/x/[email protected]/mod.ts' | ||
|
||
const typeDefs = gql` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { serve, ServerRequest } from 'https://deno.land/std@0.101.0/http/server.ts' | ||
import { serve, ServerRequest } from 'https://deno.land/std@0.103.0/http/server.ts' | ||
import { GraphQLHTTP } from '../mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].1/mod.ts' | ||
import { makeExecutableSchema } from 'https://deno.land/x/[email protected].2/mod.ts' | ||
import { gql } from 'https://deno.land/x/[email protected]/mod.ts' | ||
|
||
const typeDefs = gql` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { GraphQLHTTP } from './http.ts' | |
import { runHttpQuery } from './common.ts' | ||
import { buildSchema } from 'https://deno.land/x/[email protected]/mod.ts' | ||
import { describe, it, expect, run } from 'https://deno.land/x/[email protected]/mod.ts' | ||
import { ServerRequest } from 'https://deno.land/std@0.101.0/http/server.ts' | ||
import { ServerRequest } from 'https://deno.land/std@0.103.0/http/server.ts' | ||
|
||
const schema = buildSchema(` | ||
type Query { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters