gqlErrorMessage property

String? gqlErrorMessage

Implementation

String? get gqlErrorMessage => data['errors']?.first?['message'];