Closed topher-g closed 1 month ago
This pull request updates the documentation in the schema-configurations.md
file to correct a code example. The change demonstrates the proper use of StrawberryConfig
when configuring a custom Info
class in a Strawberry schema.
No sequence diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Updated code example to use StrawberryConfig for configuring custom Info class |
|
docs/types/schema-configurations.md |
Thanks for contributing to Strawberry! 🎉 You've been invited to join the Strawberry GraphQL organisation 😊
You can also request a free sticker by filling this form: https://forms.gle/dmnfQUPoY5gZbVT67
And don't forget to join our discord server: https://strawberry.rocks/discord 🔥
Description
Updated schema-configurations.md to correct the following code example:
to correctly use StrawberryConfig as follows:
Types of Changes
Issues Fixed or Closed by This PR
3650
Checklist
Summary by Sourcery
Update the schema-configurations.md documentation to correct the code example by using StrawberryConfig for the info_class parameter.
Documentation: