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

Support "void" functions #1648

Merged
merged 7 commits into from
Feb 17, 2022
Merged

Support "void" functions #1648

merged 7 commits into from
Feb 17, 2022

Commits on Feb 16, 2022

  1. Support "void" functions

    It might not conform to GraphQL's best practices, but sometimes we just don't need to return anything.
    
    This PR adds the scalar "Void" and uses it automatically when the type is `None` (or `NoneType`, which can be confusing)
    
    It mimics the `Void` type provided by [GraphQL Scalars](https://www.graphql-scalars.dev/docs/scalars/void)
    paulo-raca committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0dad31e View commit details
    Browse the repository at this point in the history
  2. Update scalars.md

    paulo-raca committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3399916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac3770 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Update docs/general/mutations.md

    Co-authored-by: Patrick Arminio <[email protected]>
    paulo-raca and patrick91 authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cd1f3c1 View commit details
    Browse the repository at this point in the history
  2. Update RELEASE.md

    Co-authored-by: Patrick Arminio <[email protected]>
    paulo-raca and patrick91 authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    01014a6 View commit details
    Browse the repository at this point in the history
  3. Update RELEASE.md

    Co-authored-by: Patrick Arminio <[email protected]>
    paulo-raca and patrick91 authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1286a7b View commit details
    Browse the repository at this point in the history
  4. Re-added triple-quotes

    paulo-raca committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b3e9986 View commit details
    Browse the repository at this point in the history