gqlErrorCode property

String? gqlErrorCode

Implementation

String? get gqlErrorCode => data['errors']?.first?['extensions']?['code'];