parseAsGQLSelections

fun BufferedSource.parseAsGQLSelections(filePath: String? = null): GQLResult<List<GQLSelection>>

Parses the source to a List<GQLSelection>, validating the syntax but not the contents of the selections.