toSchema

fun File.toSchema(allowJson: Boolean = false): Schema

Deprecated

Use toGQLDocument().toSchema()

Replace with

toGQLDocument(allowJson = allowJson).toSchema()