Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 325 Bytes

input-object.md

File metadata and controls

17 lines (16 loc) · 325 Bytes

Input object

# src/MyBundle/Resources/config/graphql/HumanAndDroid.types.yml
#
#  This implements the following type system shorthand:
#    input HeroInput {
#      name: Episode!
#   }
HeroInput:
    type: input-object
    config:
        fields:
            name:
                type: "Episode!"