LastDragon-ru / lara-asp

Awesome Set of Packages for Laravel
MIT License
11 stars 1 forks source link

Incorrect indent for directives in description #16

Closed LastDragon-ru closed 2 years ago

LastDragon-ru commented 2 years ago

https://github.com/LastDragon-ru/lara-asp/blob/b898d05e7062c9b3ad3a9c3b68af3cb2cf5f0efb/packages/graphql/src/SchemaPrinter/PrinterTest~test-settings-directives-in-description.graphql#L106-L112

type Query {
    """
    @deprecated(
        reason: "deprecated reason"
    )
    @codeDirective
    @mock
    """
    a: SchemaType
}