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

Adds docs for how resolvers are bound #338

Merged
merged 2 commits into from
Sep 12, 2018
Merged

Conversation

codyleyhan
Copy link
Contributor

Adds documentation about all the different ways that resolvers can be bound

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)


```go
type Truck {
car
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be Car?

type Truck {
car

is4x4 bool
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be Is4x4?

@vektah
Copy link
Collaborator

vektah commented Sep 12, 2018

Thanks for the PR, looks good!

@vektah vektah merged commit 535dd24 into 99designs:master Sep 12, 2018
cgxxv pushed a commit to cgxxv/gqlgen that referenced this pull request Mar 25, 2022
Adds docs for how resolvers are bound
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