Skip to content

Commit

Permalink
feat: Add Schema Directives to SDL (#952)
Browse files Browse the repository at this point in the history
Adds directive & addDirective utilities for defining directives emitted in the SDL
  • Loading branch information
tgriesser authored May 15, 2022
1 parent 9a10507 commit 9875e90
Show file tree
Hide file tree
Showing 46 changed files with 1,425 additions and 116 deletions.
2 changes: 1 addition & 1 deletion examples/apollo-fullstack/src/schema/mutation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { idArg, list, nonNull, nullable, objectType, stringArg } from 'nexus'
import { idArg, list, nonNull, objectType, stringArg } from 'nexus'

export const Mutation = objectType({
name: 'Mutation',
Expand Down
Loading

0 comments on commit 9875e90

Please sign in to comment.