Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 627 Bytes

plural.md

File metadata and controls

26 lines (24 loc) · 627 Bytes

Plural

Query:
    type: object
    config:
        fields:
            usernames:
                builder: "Relay::PluralIdentifyingRoot"
                builderConfig:
                    argName: 'usernames'
                    description: 'Map from a username to the user'
                    inputType: String
                    outputType: User
                    resolveSingleInput: '@=query("plural_single_input", value, info)'
                    
User:
    type: object
    config:
        fields:
            username:
                type: String
            url:
                type: String