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

Documentation meta issue #328

Closed
21 of 32 tasks
patrick91 opened this issue May 23, 2020 · 2 comments
Closed
21 of 32 tasks

Documentation meta issue #328

patrick91 opened this issue May 23, 2020 · 2 comments
Milestone

Comments

@patrick91
Copy link
Member

patrick91 commented May 23, 2020

General

Types

Integrations @jaydenwindle

  • Django support
  • Flask support
  • ASGI Support

Features

  • Error handling
      1. what happens when there's an exception in the code (and how to debug if we manage to improve things there)
      2. validation errors, ie when sending bad queries/inputs
      3. expected errors vs unexpected errors
  • File uploads
  • Authentication
  • Pagination
  • Permissions
  • Federation (experimental)
  • Extensions (https://strawberry.rocks/docs/feature/extensions)

Operation

Demos

  • SWAPI
  • Subscription
  • More

Examples of good documentation

Useful resources

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@patrick91 patrick91 pinned this issue May 23, 2020
@patrick91 patrick91 added this to the Version 1 milestone May 23, 2020
@patrick91 patrick91 changed the title Documentation meta docs Documentation meta issue May 24, 2020
@BryceBeagle BryceBeagle mentioned this issue Sep 7, 2020
11 tasks
@jkimbo jkimbo mentioned this issue Oct 31, 2020
11 tasks
@jkimbo jkimbo mentioned this issue Nov 21, 2020
11 tasks
@jkimbo jkimbo mentioned this issue Dec 17, 2020
11 tasks
@aryaniyaps aryaniyaps mentioned this issue Oct 13, 2021
15 tasks
@MattExact MattExact mentioned this issue Jan 23, 2022
5 tasks
@skilkis
Copy link
Contributor

skilkis commented Mar 28, 2022

@patrick91 based on your reply in the Discord, I think resolver arguments could also be added to this list. The following is quite handy to know:

def resolver(python_name_argument: Annotated[str, strawberry.argument(name="graphqlName")]): ...

@skilkis
Copy link
Contributor

skilkis commented Jun 30, 2022

Based on #1879 (comment) LazyType should be added to the list above as a way to deal with circular dependencies 😊

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

No branches or pull requests

2 participants