Skip to content

Code error in relay/mutations document #1175

@asvrada

Description

@asvrada

Link: https://docs.graphene-python.org/en/latest/relay/mutations/

In the first code example

...
        ship_name = input.ship_name
        faction_id = input.faction_id
...

Should be

        ship_name = input["ship_name"]
        faction_id = input["faction_id"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions