Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 324 Bytes

File metadata and controls

17 lines (16 loc) · 324 Bytes

Input object

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