from nestipy.graphql.strawberry import Input


@Input()
class {{name|capitalize}}Input:
    test: str
