3 lines
103 B
Dart
3 lines
103 B
Dart
import 'package:graphql_parser/graphql_parser.dart';
|
|
|
|
Parser parse(String text) => Parser(scan(text));
|