parseAsGQLSelections
fun BufferedSource.parseAsGQLSelections(filePath: String? = null): GQLResult<List<GQLSelection>>
Content copied to clipboard
Parses the source to a List<GQLSelection>, validating the syntax but not the contents of the selections.