Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): tutorial typo nullable schema defined #675

Conversation

redrebel
Copy link
Contributor

I am getting start with tutorial.

and I found something wrong typo.

t.nonNull.field("createDraft", {...})

then, generated SDL as

createDraft(body: String!, title: String!): Post!

and

t.nonNull.list.field("drafts", {...}) => drafts: [Post]!
...
t.list.field("posts", { ...}}  => posts: [Post]

@codecov
Copy link

codecov bot commented Nov 26, 2020

Codecov Report

Merging #675 (f21a8cf) into develop (24a78e8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #675   +/-   ##
========================================
  Coverage    93.61%   93.61%           
========================================
  Files           44       44           
  Lines         2865     2865           
  Branches       668      668           
========================================
  Hits          2682     2682           
  Misses         181      181           
  Partials         2        2           

@redrebel redrebel changed the title typo : nullable schema defined fix : typo nullable schema defined Nov 26, 2020
@redrebel redrebel changed the title fix : typo nullable schema defined docs : typo nullable schema defined Nov 26, 2020
@jasonkuhrt jasonkuhrt changed the title docs : typo nullable schema defined chore(docs): tutorial typo nullable schema defined Nov 26, 2020
@jasonkuhrt jasonkuhrt merged commit 4296286 into graphql-nexus:develop Nov 26, 2020
@jasonkuhrt
Copy link
Contributor

ty!

9renpoto pushed a commit to 9renpoto/schema that referenced this pull request Dec 4, 2020
Co-authored-by: 이정근 <junggelee@ebay.com>
@redrebel redrebel deleted the typo/03-tutorial/04-chapter-3-adding-mutations-to-your-api-SDL branch December 4, 2020 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants